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

pull/310/head
Carl Eugen Hoyos 6 years ago
parent 3aa6208db9
commit cc49341084
  1. 4
      libavformat/avformat.h

@ -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

Loading…
Cancel
Save