diff truemotion1.c @ 4494:ce643a22f049 libavcodec

Replace deprecated PIX_FMT names by the newer variants.
author diego
date Wed, 07 Feb 2007 01:48:09 +0000
parents 16e85254118f
children 726deec26122
line wrap: on
line diff
--- a/truemotion1.c	Tue Feb 06 23:58:02 2007 +0000
+++ b/truemotion1.c	Wed Feb 07 01:48:09 2007 +0000
@@ -417,7 +417,7 @@
 
     // FIXME: where to place this ?!?!
     if (compression_types[header.compression].algorithm == ALGO_RGB24H)
-        s->avctx->pix_fmt = PIX_FMT_RGBA32;
+        s->avctx->pix_fmt = PIX_FMT_RGB32;
     else
         s->avctx->pix_fmt = PIX_FMT_RGB555; // RGB565 is supported aswell