You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavf/avformat: Add a warning that ff_const59 is not part of the public api.
This commit is contained in:
@@ -532,6 +532,10 @@ typedef struct AVOutputFormat {
|
|||||||
* New public fields should be added right above.
|
* 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
|
#if FF_API_AVIOFORMAT
|
||||||
#define ff_const59
|
#define ff_const59
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user