Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:47:18 +0300
committerAnton Khirnov <anton@khirnov.net>2011-04-19 20:28:39 +0400
commitb4c5acabb90cf8e69db2d9f3210d9fa8a7d55ec6 (patch)
treef2f3559e555af300840db0197bb5a3fb3277686c /libavformat/avformat.h
parent583f6c67b6edfb6a6202944b8ba98b483826a1ec (diff)
lavf: remove FF_API_FIRST_FORMAT cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h5
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