diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-09 08:36:40 +0100 |
commit | d03a94e2b752216b1b66eff33e411a8d69f220e9 (patch) | |
tree | e3be7be87a2f9655a465b646d96f059cb87df21d /libavcodec/avcodec.h | |
parent | 2a113695238e7675ab75c5fb9a5f59fc92f2ddd9 (diff) | |
download | ffmpeg-d03a94e2b752216b1b66eff33e411a8d69f220e9.tar.gz |
lavc: remove disabled FF_API_SUB_ID cruft
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 6aa7dcab83..865785d360 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1040,13 +1040,6 @@ typedef struct AVCodecContext { */ unsigned int stream_codec_tag; -#if FF_API_SUB_ID - /** - * @deprecated this field is unused - */ - attribute_deprecated int sub_id; -#endif - void *priv_data; /** |