[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec mdec.c,1.14,1.15

Michael Niedermayer CVS michael
Sat Aug 13 23:34:26 CEST 2005


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

Modified Files:
	mdec.c 
Log Message:
set pix_fmt


Index: mdec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mdec.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- mdec.c	18 Apr 2005 20:07:48 -0000	1.14
+++ mdec.c	13 Aug 2005 21:34:24 -0000	1.15
@@ -239,6 +239,7 @@
 */
     p->qstride= a->mb_width;
     p->qscale_table= av_mallocz( p->qstride * a->mb_height);
+    avctx->pix_fmt= PIX_FMT_YUV420P;
 
     return 0;
 }





More information about the ffmpeg-cvslog mailing list