diff snow.c @ 2635:eaa57c3336fc libavcodec

PIX_FMT_NONE and related fixes
author michael
date Mon, 25 Apr 2005 18:29:06 +0000
parents 337217ecbb3e
children d1609cfeb1d0
line wrap: on
line diff
--- a/snow.c	Mon Apr 25 10:03:01 2005 +0000
+++ b/snow.c	Mon Apr 25 18:29:06 2005 +0000
@@ -3652,6 +3652,8 @@
 {
     SnowContext *s = avctx->priv_data;
     int block_size;
+    
+    avctx->pix_fmt= PIX_FMT_YUV420P;
 
     common_init(avctx);