summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-12 13:31:55 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-27 10:52:42 +0100
commit3bbfd3026c6d692696066b041f4ba4ed9c938e5d (patch)
tree3a0d062b790e6f14b36c91b99b0ddbbd26203bfc /libavformat/avformat.h
parent6dc345555f3bd91065c217ed8a06f8f07d399ced (diff)
downloadffmpeg-streaming-3bbfd3026c6d692696066b041f4ba4ed9c938e5d.zip
ffmpeg-streaming-3bbfd3026c6d692696066b041f4ba4ed9c938e5d.tar.gz
lavf: remove disabled FF_API_LOOP_OUTPUT cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 8a99535..5c53972 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -876,17 +876,6 @@ typedef struct AVFormatContext {
#endif
int max_delay;
-#if FF_API_LOOP_OUTPUT
-#define AVFMT_NOOUTPUTLOOP -1
-#define AVFMT_INFINITEOUTPUTLOOP 0
- /**
- * number of times to loop output in formats that support it
- *
- * @deprecated use the 'loop' private option in the gif muxer.
- */
- attribute_deprecated int loop_output;
-#endif
-
int flags;
#define AVFMT_FLAG_GENPTS 0x0001 ///< Generate missing pts even if it requires parsing future frames.
#define AVFMT_FLAG_IGNIDX 0x0002 ///< Ignore index.
OpenPOWER on IntegriCloud