Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-10-23 13:22:33 +0400
committerAnton Khirnov <anton@khirnov.net>2011-10-25 18:30:00 +0400
commit3d813e4c548c99368876f985a324eac689385311 (patch)
tree08303e446dc1f600e4bb195329780a05f344cdf3 /libavformat/version.h
parent1b648c7cdbee335c642bd2c05fe624fc195b85e6 (diff)
lavf: deprecate AVStream.stream_copy
It's only used in avconv, so it properly belongs to OutputStream struct there.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 3a6a4f611e..6041daebd6 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -101,5 +101,8 @@
#ifndef FF_API_PRELOAD
#define FF_API_PRELOAD (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
+#ifndef FF_API_STREAM_COPY
+#define FF_API_STREAM_COPY (LIBAVFORMAT_VERSION_MAJOR < 54)
+#endif
#endif /* AVFORMAT_VERSION_H */