lavc: deprecate AVCodecContext.sub_id.
In most places where it's used, it's as a pointless write-only field. Only rv10 decoder actually reads from it, but it stores some internal version info in it. There is no reason for it to be in a public field.
Showing
- libavcodec/avcodec.h 4 additions, 7 deletionslibavcodec/avcodec.h
- libavcodec/mpeg12.c 0 additions, 4 deletionslibavcodec/mpeg12.c
- libavcodec/mpegaudiodec.c 0 additions, 2 deletionslibavcodec/mpegaudiodec.c
- libavcodec/mpegaudiodecheader.c 0 additions, 1 deletionlibavcodec/mpegaudiodecheader.c
- libavcodec/mpegvideo_parser.c 0 additions, 2 deletionslibavcodec/mpegvideo_parser.c
- libavcodec/options.c 2 additions, 0 deletionslibavcodec/options.c
- libavcodec/pthread.c 0 additions, 1 deletionlibavcodec/pthread.c
- libavcodec/rv10.c 23 additions, 15 deletionslibavcodec/rv10.c
- libavcodec/version.h 3 additions, 0 deletionslibavcodec/version.h
Loading
Please register or sign in to comment