diff huffyuv.c @ 909:8ae1e4c24e91 libavcodec

new PSNR code (now works with chroma, b frames, ...) rename *_TYPE to FF_*_TYPE for the external API allow user specified pict_type
author michaelni
date Wed, 04 Dec 2002 21:13:02 +0000
parents 22ee74da2cd3
children 7fccaa0d699d
line wrap: on
line diff
--- a/huffyuv.c	Wed Dec 04 12:42:25 2002 +0000
+++ b/huffyuv.c	Wed Dec 04 21:13:02 2002 +0000
@@ -461,7 +461,7 @@
     s->version=2;
     
     avctx->coded_picture= &s->picture;
-    s->picture.pict_type= I_TYPE;
+    s->picture.pict_type= FF_I_TYPE;
     s->picture.key_frame= 1;
     
     switch(avctx->pix_fmt){