OSDN Git Service

Call mpegvideo flush routine on h264 flush. Needed in particular
authorJeff Downs <heydowns@borg.com>
Sat, 17 Nov 2007 03:04:21 +0000 (03:04 +0000)
committerJeff Downs <heydowns@borg.com>
Sat, 17 Nov 2007 03:04:21 +0000 (03:04 +0000)
commite240f898ffd2169d9147ccb0b557620e11f66597
treee00a5c7d4666664da228632ef31d6ed3756ec42a
parenteb72cacb21aff9766a6f07a9b176a147104f5fa6
Call mpegvideo flush routine on h264 flush. Needed in particular
to clear last_picture_ptr, next_picture_ptr for proper picture
management. Prevents crashes in error concealer following seeks.
Fixes Roundup issue 189.

Originally committed as revision 11049 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c