lavc: deprecate AVCodecContext.sub_id.
authorAnton Khirnov <anton@khirnov.net>
Mon, 27 Feb 2012 17:52:13 +0000 (18:52 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 4 Mar 2012 20:02:45 +0000 (21:02 +0100)
commit02beb9826b29166b5d7c9b306ac1648abb449be0
treec94871bf0201b0ca0dd73a1a1f07961e38edeee1
parent87392b1fd5c59004b8e559463b47836e418d1d27
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.
libavcodec/avcodec.h
libavcodec/mpeg12.c
libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodecheader.c
libavcodec/mpegvideo_parser.c
libavcodec/options.c
libavcodec/pthread.c
libavcodec/rv10.c
libavcodec/version.h