diff asv1.c @ 2635:eaa57c3336fc libavcodec

PIX_FMT_NONE and related fixes
author michael
date Mon, 25 Apr 2005 18:29:06 +0000
parents 91e094c9dcdc
children 659b92488061
line wrap: on
line diff
--- a/asv1.c	Mon Apr 25 10:03:01 2005 +0000
+++ b/asv1.c	Mon Apr 25 18:29:06 2005 +0000
@@ -557,6 +557,7 @@
     common_init(avctx);
     init_vlcs(a);
     ff_init_scantable(a->dsp.idct_permutation, &a->scantable, scantab);
+    avctx->pix_fmt= PIX_FMT_YUV420P;
 
     a->inv_qscale= ((uint8_t*)avctx->extradata)[0];
     if(a->inv_qscale == 0){