-
- Downloads
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>
Showing
- doc/APIchanges 3 additions, 0 deletionsdoc/APIchanges
- libavcodec/avcodec.h 1 addition, 0 deletionslibavcodec/avcodec.h
- libavcodec/h264.c 40 additions, 4 deletionslibavcodec/h264.c
- libavcodec/h264.h 21 additions, 0 deletionslibavcodec/h264.h
- libavcodec/mpegvideo.h 1 addition, 0 deletionslibavcodec/mpegvideo.h
- libavcodec/options_table.h 1 addition, 0 deletionslibavcodec/options_table.h
- libavutil/frame.h 10 additions, 0 deletionslibavutil/frame.h
- libavutil/version.h 1 addition, 1 deletionlibavutil/version.h
Loading
Please register or sign in to comment