mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavf: remove FF_API_FIRST_FORMAT cruft
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user