summaryrefslogtreecommitdiffstats
path: root/libavcodec/rawdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rawdec.c')
-rw-r--r--libavcodec/rawdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 5439a47..25d74ed 100644
--- a/libavcodec/rawdec.c
+++ b/libavcodec/rawdec.c
@@ -52,7 +52,7 @@ static const PixelFormatTag pixelFormatBpsMOV[] = {
// http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html
{ PIX_FMT_BGR555, 16 },
{ PIX_FMT_RGB24, 24 },
- { PIX_FMT_BGR32_1, 32 },
+ { PIX_FMT_ARGB, 32 },
{ PIX_FMT_NONE, 0 },
};
OpenPOWER on IntegriCloud