mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-30 07:08:22 +00:00
lavf/avformat: Add a warning that ff_const59 is not part of the public api.
This commit is contained in:
parent
3aa6208db9
commit
cc49341084
@ -532,6 +532,10 @@ typedef struct AVOutputFormat {
|
||||
* New public fields should be added right above.
|
||||
*****************************************************************
|
||||
*/
|
||||
/**
|
||||
* The ff_const59 define is not part of the public API and will
|
||||
* be removed without further warning.
|
||||
*/
|
||||
#if FF_API_AVIOFORMAT
|
||||
#define ff_const59
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user