mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
avformat/avformat.h: add missing FF_API_NEXT wrappers
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
263a4b13db
commit
f0cec744a9
@ -534,7 +534,9 @@ typedef struct AVOutputFormat {
|
||||
#else
|
||||
#define ff_const59 const
|
||||
#endif
|
||||
#if FF_API_NEXT
|
||||
ff_const59 struct AVOutputFormat *next;
|
||||
#endif
|
||||
/**
|
||||
* size of private data so that it can be allocated in the wrapper
|
||||
*/
|
||||
@ -679,7 +681,9 @@ typedef struct AVInputFormat {
|
||||
* New public fields should be added right above.
|
||||
*****************************************************************
|
||||
*/
|
||||
#if FF_API_NEXT
|
||||
ff_const59 struct AVInputFormat *next;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Raw demuxers store their codec ID here.
|
||||
|
Loading…
Reference in New Issue
Block a user