Commit 41a90825 authored by cehoyos's avatar cehoyos

Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20962 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b5c75f05
......@@ -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 },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment