Commit cc493410 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavf/avformat: Add a warning that ff_const59 is not part of the public api.

parent 3aa6208d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment