diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-03-20 18:56:47 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-03-20 18:56:47 +0100 |
commit | cc49341084f01948b4ab651c34b655afe338f44a (patch) | |
tree | 467fd105c6f209a7451c99f5630f18cfbca82ab5 /libavformat/avformat.h | |
parent | 3aa6208db9666c0f1351855262d8c839002d9de1 (diff) | |
download | ffmpeg-cc49341084f01948b4ab651c34b655afe338f44a.tar.gz |
lavf/avformat: Add a warning that ff_const59 is not part of the public api.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8ed72af0f7..73615cb122 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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 |