lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED
It is supported only by a few decoders (h263, h263p, mpeg(1|2|)video and mpeg4) and is entirely redundant with parsers. Furthermore, using it leads to missing frames, as flushing the decoder at the end does not work properly. Co-authored-by:Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Showing
- doc/APIchanges 4 additions, 0 deletionsdoc/APIchanges
- libavcodec/avcodec.h 4 additions, 0 deletionslibavcodec/avcodec.h
- libavcodec/codec.h 5 additions, 0 deletionslibavcodec/codec.h
- libavcodec/decode.c 4 additions, 0 deletionslibavcodec/decode.c
- libavcodec/h263dec.c 16 additions, 2 deletionslibavcodec/h263dec.c
- libavcodec/mpeg12dec.c 23 additions, 5 deletionslibavcodec/mpeg12dec.c
- libavcodec/mpeg4videodec.c 4 additions, 2 deletionslibavcodec/mpeg4videodec.c
- libavcodec/mpegvideo.c 6 additions, 0 deletionslibavcodec/mpegvideo.c
- libavcodec/mpegvideo.h 2 additions, 0 deletionslibavcodec/mpegvideo.h
- libavcodec/options_table.h 3 additions, 1 deletionlibavcodec/options_table.h
- libavcodec/pthread.c 2 additions, 0 deletionslibavcodec/pthread.c
- libavcodec/version.h 5 additions, 2 deletionslibavcodec/version.h
Loading
Please register or sign in to comment