diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-27 13:51:16 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-10-18 05:21:50 +0200 |
commit | a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf (patch) | |
tree | 7ade07d87a7ad2df786bc28854be65effaaaac3f /libavcodec/version.h | |
parent | 6cbbf0592f4f3940aac7f687850d1b726a2ea836 (diff) | |
download | ffmpeg-a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf.tar.gz |
lavc: make rc_qsquish a private option of mpegvideo encoders
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 6b5f6dcace..20c7135d91 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -159,5 +159,8 @@ #ifndef FF_API_AVCTX_TIMEBASE #define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 59) #endif +#ifndef FF_API_MPV_OPT +#define FF_API_MPV_OPT (LIBAVCODEC_VERSION_MAJOR < 59) +#endif #endif /* AVCODEC_VERSION_H */ |