changeset 34535:8f919281f8ca

Do not set stream_copy, it has not been used in FFmpeg since a long time.
author reimar
date Sat, 28 Jan 2012 12:36:05 +0000
parents a97a86317704
children e289f1cae2f1
files libmpdemux/muxer_lavf.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/muxer_lavf.c	Sat Jan 28 12:33:58 2012 +0000
+++ b/libmpdemux/muxer_lavf.c	Sat Jan 28 12:36:05 2012 +0000
@@ -153,7 +153,6 @@
 		mp_msg(MSGT_MUXER, MSGL_ERR, "Could not allocate avstream, EXIT.\n");
 		return NULL;
 	}
-	spriv->avstream->stream_copy = 1;
 
 	ctx = spriv->avstream->codec;
 	ctx->codec_id = CODEC_ID_NONE;