lavf: remove FF_API_FIRST_FORMAT cruft
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user