]> git.sesse.net Git - ffmpeg/commit
h264: wait for initial complete frame before outputing frames
authorJohn Stebbins <stebbins@jetheaddev.com>
Fri, 11 Oct 2013 16:51:50 +0000 (09:51 -0700)
committerAnton Khirnov <anton@khirnov.net>
Thu, 31 Oct 2013 19:14:14 +0000 (20:14 +0100)
commit28096e0a806e57376541e6222d315619906e3c55
treea3d2c34efc7bfc08e00314c010e1f20fc7cf84cf
parent9af7a8523a6bb517834ebed36093bdab11a8b38e
h264: wait for initial complete frame before outputing frames

This can be optionally disabled whith the "output_corrupt" flags
option.  When in "output_corrupt" mode, incomplete frames are
signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/APIchanges
libavcodec/avcodec.h
libavcodec/h264.c
libavcodec/h264.h
libavcodec/mpegvideo.h
libavcodec/options_table.h
libavutil/frame.h
libavutil/version.h