diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-06-20 13:08:40 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-06 20:10:41 +0200 |
commit | 5e8d2e337e432cad00daae7a6755c994b4853e70 (patch) | |
tree | 543f08695f7f3ef9abb124783a9a0f76facf789b /libavformat/version.h | |
parent | df64da3b1ef0c7014135bce44e5f82becf81fe79 (diff) | |
download | ffmpeg-5e8d2e337e432cad00daae7a6755c994b4853e70.tar.gz |
lavf: deprecate AVStream.quality.
AVStream is no place for it and it's unused outside of ffmpeg anyway.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 3cc1718f2b..0cf383fcc1 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -74,5 +74,8 @@ #ifndef FF_API_FLAG_RTP_HINT #define FF_API_FLAG_RTP_HINT (LIBAVFORMAT_VERSION_MAJOR < 54) #endif +#ifndef FF_API_AVSTREAM_QUALITY +#define FF_API_AVSTREAM_QUALITY (LIBAVFORMAT_VERSION_MAJOR < 54) +#endif #endif /* AVFORMAT_VERSION_H */ |