h264: do not discard NAL_SEI when skipping frames
authorRainer Hochecker <fernetmenta@online.de>
Thu, 19 Sep 2013 14:26:24 +0000 (16:26 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 24 Sep 2013 11:24:29 +0000 (13:24 +0200)
commit71cabb521ac397db3903011d2de7afd3e0fc7ab6
treeaabcf084d76be64823070b8e2890668cb34318a1
parentedaba18021e4793116f0f266e65077578a5e742e
h264: do not discard NAL_SEI when skipping frames

Setting AVDISCARD_NONREF (e.g. after flushing) resulted in 100% dropped frames.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/h264.c