lavc: remove disabled FF_API_SUB_ID cruft

This commit is contained in:
Anton Khirnov
2013-02-23 08:20:12 +01:00
parent 2a11369523
commit d03a94e2b7
3 changed files with 0 additions and 13 deletions

View File

@@ -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;
/**