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

@@ -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)
{