summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 12:47:18 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:28:39 +0200
commitb4c5acabb90cf8e69db2d9f3210d9fa8a7d55ec6 (patch)
treef2f3559e555af300840db0197bb5a3fb3277686c /libavformat/utils.c
parent583f6c67b6edfb6a6202944b8ba98b483826a1ec (diff)
downloadffmpeg-streaming-b4c5acabb90cf8e69db2d9f3210d9fa8a7d55ec6.zip
ffmpeg-streaming-b4c5acabb90cf8e69db2d9f3210d9fa8a7d55ec6.tar.gz
lavf: remove FF_API_FIRST_FORMAT cruft
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r--libavformat/utils.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c
index d2f70e1..1359bd3 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -115,15 +115,9 @@ static void av_frac_add(AVFrac *f, int64_t incr)
}
/** head of registered input format linked list */
-#if !FF_API_FIRST_FORMAT
-static
-#endif
-AVInputFormat *first_iformat = NULL;
+static AVInputFormat *first_iformat = NULL;
/** head of registered output format linked list */
-#if !FF_API_FIRST_FORMAT
-static
-#endif
-AVOutputFormat *first_oformat = NULL;
+static AVOutputFormat *first_oformat = NULL;
AVInputFormat *av_iformat_next(AVInputFormat *f)
{
OpenPOWER on IntegriCloud