lavf: remove disabled FF_API_STREAM_COPY cruft

This commit is contained in:
Anton Khirnov
2012-01-12 13:31:55 +01:00
parent 2a0f868cfa
commit bd4c51312b
2 changed files with 0 additions and 7 deletions

View File

@@ -562,10 +562,6 @@ typedef struct AVStream {
AVRational time_base;
#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.