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:43 +0100
commitbd4c51312bf5b9cc37d98e8a66adf4fa06f8604c (patch)
treee0111c3642f2085d00e999e8d8c01fdf3016f557 /libavformat/avformat.h
parent2a0f868cfacd548d39665392cf4791c67bc2ea06 (diff)
downloadffmpeg-streaming-bd4c51312bf5b9cc37d98e8a66adf4fa06f8604c.zip
ffmpeg-streaming-bd4c51312bf5b9cc37d98e8a66adf4fa06f8604c.tar.gz
lavf: remove disabled FF_API_STREAM_COPY cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 7420dab..65f6730 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -563,10 +563,6 @@ typedef struct AVStream {
#if FF_API_REORDER_PRIVATE
int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */
#endif
-#if FF_API_STREAM_COPY
- /* ffmpeg.c private use */
- attribute_deprecated int stream_copy; /**< If set, just copy stream. */
-#endif
enum AVDiscard discard; ///< Selects which packets can be discarded at will and do not need to be demuxed.
/**
OpenPOWER on IntegriCloud