summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-23 08:20:12 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-09 08:36:40 +0100
commitd03a94e2b752216b1b66eff33e411a8d69f220e9 (patch)
treee3be7be87a2f9655a465b646d96f059cb87df21d /libavcodec/avcodec.h
parent2a113695238e7675ab75c5fb9a5f59fc92f2ddd9 (diff)
lavc: remove disabled FF_API_SUB_ID cruft
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h7
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;
/**