]> git.sesse.net Git - ffmpeg/commit
avcodec/h2645_parse: skip empty NAL units earlier
authorJames Almer <jamrial@gmail.com>
Wed, 12 Aug 2020 17:46:35 +0000 (14:46 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 20 Aug 2020 16:50:01 +0000 (13:50 -0300)
commit1e41a9be3402b1cd76ae575488d141a8a0c06d81
treedcb3e14c31986d3a173f1b3bb9a357c7a1b2a3fb
parenta4d28ea030b210eefaaf144dcdbae4c330c69c4d
avcodec/h2645_parse: skip empty NAL units earlier

No point in trying to parse nonexistent header bits.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/h2645_parse.c