OSDN Git Service

h264: reimplement 3aa661ec5 in a more explicit way
authorAnton Khirnov <anton@khirnov.net>
Mon, 21 Mar 2016 13:23:19 +0000 (14:23 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 28 Mar 2016 08:10:18 +0000 (10:10 +0200)
commita7829a2a3f8e6ec0b9f2673c11f56916800aeb33
tree53256967542804feda6959911f582006125ad80f
parentadd1467e5e447b79e8743a0b05c54dcf58c61dfe
h264: reimplement 3aa661ec5 in a more explicit way

Instead of handling the problem inside NAL decoding code, add a higher
level wrapper function. This should be more robust against future
changes (and easier to read).
libavcodec/h264.c