gif: add loop private option.

Deprecate AVFormatContext.loop_output.
This commit is contained in:
Anton Khirnov
2011-06-18 09:47:46 +02:00
parent 6002fdef5e
commit d31e3f7ccc
3 changed files with 34 additions and 4 deletions

View File

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