[FFmpeg-cvslog] r22130 - trunk/ffmpeg.c

cehoyos subversion
Mon Mar 1 17:47:44 CET 2010


Author: cehoyos
Date: Mon Mar  1 17:47:44 2010
New Revision: 22130

Log:
Don't let output pixel format influence input pixel format.

Patch by Chris Stones,  chris D stones A gmail

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	Mon Mar  1 17:22:27 2010	(r22129)
+++ trunk/ffmpeg.c	Mon Mar  1 17:47:44 2010	(r22130)
@@ -3213,6 +3213,7 @@ static void new_video_stream(AVFormatCon
     video_disable = 0;
     av_freep(&video_codec_name);
     video_stream_copy = 0;
+    frame_pix_fmt = PIX_FMT_NONE;
 }
 
 static void new_audio_stream(AVFormatContext *oc)



More information about the ffmpeg-cvslog mailing list