[Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.325,1.326

Michael Niedermayer CVS michael
Mon Apr 25 20:29:07 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv22184

Modified Files:
	ffmpeg.c 
Log Message:
PIX_FMT_NONE and related fixes


Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -d -r1.325 -r1.326
--- ffmpeg.c	27 Mar 2005 12:19:58 -0000	1.325
+++ ffmpeg.c	25 Apr 2005 18:29:04 -0000	1.326
@@ -86,7 +86,7 @@
 static int frame_width  = 0;
 static int frame_height = 0;
 static float frame_aspect_ratio = 0;
-static enum PixelFormat frame_pix_fmt = PIX_FMT_YUV420P;
+static enum PixelFormat frame_pix_fmt = PIX_FMT_NONE;
 static int frame_padtop  = 0;
 static int frame_padbottom = 0;
 static int frame_padleft  = 0;





More information about the ffmpeg-cvslog mailing list