diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-06-18 09:47:46 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-08 18:39:56 +0200 |
commit | d31e3f7ccc5d1e198b3a582f4413ce7342928d8c (patch) | |
tree | 243e8842f8abbb9826361a96b676056329f8b9d5 /libavformat/version.h | |
parent | 6002fdef5eba7ecc623092583d5bb051c8a27318 (diff) | |
download | ffmpeg-d31e3f7ccc5d1e198b3a582f4413ce7342928d8c.tar.gz |
gif: add loop private option.
Deprecate AVFormatContext.loop_output.
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 957ce529dc..18331fc7d1 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -80,5 +80,8 @@ #ifndef FF_API_LOOP_INPUT #define FF_API_LOOP_INPUT (LIBAVFORMAT_VERSION_MAJOR < 54) #endif +#ifndef FF_API_LOOP_OUTPUT +#define FF_API_LOOP_OUTPUT (LIBAVFORMAT_VERSION_MAJOR < 54) +#endif #endif /* AVFORMAT_VERSION_H */ |