]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion1.c
x86: port PSIGNW to cpuflags
[ffmpeg] / libavcodec / truemotion1.c
index 14c964da3827b5fc525c921e15472e45d2386ba7..b8d0de468658b5990294bfe85eb5596b2201ddbd 100644 (file)
@@ -396,7 +396,7 @@ static int truemotion1_decode_header(TrueMotion1Context *s)
     }
 
     if (compression_types[header.compression].algorithm == ALGO_RGB24H) {
-        new_pix_fmt = AV_PIX_FMT_RGB32;
+        new_pix_fmt = AV_PIX_FMT_0RGB32;
         width_shift = 1;
     } else
         new_pix_fmt = AV_PIX_FMT_RGB555; // RGB565 is supported as well