]> git.sesse.net Git - ffmpeg/commit
avcodec/h264_parser: Reduce needed history for parsing mb index
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 22 Jun 2018 19:45:59 +0000 (21:45 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 25 Jun 2018 00:11:13 +0000 (02:11 +0200)
commitd25c945247979a88fac6bb3b7a26370262b96ef1
tree9555446e1cf5d6d2a2f025ee2b1c2088a30d57a0
parent7719b8ccc790b6e1325af0afe2b65e2334a7173c
avcodec/h264_parser: Reduce needed history for parsing mb index

This fixes a bug/regression with very small packets
Fixes: output_file
Regression since: 0782fb6bcb32fe3ab956a99af4cc472ff81da0c2

Reported-by: Thierry Foucu <tfoucu@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/h264_parser.c