diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 12:47:18 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:28:39 +0200 |
commit | b4c5acabb90cf8e69db2d9f3210d9fa8a7d55ec6 (patch) | |
tree | f2f3559e555af300840db0197bb5a3fb3277686c /libavformat/avformat.h | |
parent | 583f6c67b6edfb6a6202944b8ba98b483826a1ec (diff) | |
download | ffmpeg-b4c5acabb90cf8e69db2d9f3210d9fa8a7d55ec6.tar.gz |
lavf: remove FF_API_FIRST_FORMAT cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 4ed791b995..568521311e 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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 |