lavf: remove FF_API_FIRST_FORMAT cruft

This commit is contained in:
Anton Khirnov
2011-02-03 12:47:18 +01:00
parent 583f6c67b6
commit b4c5acabb9
3 changed files with 2 additions and 16 deletions

View File

@@ -820,11 +820,6 @@ typedef struct AVPacketList {
struct AVPacketList *next;
} AVPacketList;
#if FF_API_FIRST_FORMAT
attribute_deprecated extern AVInputFormat *first_iformat;
attribute_deprecated extern AVOutputFormat *first_oformat;
#endif
/**
* If f is NULL, returns the first registered input format,
* if f is non-NULL, returns the next registered input format after f