This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.
Originally committed as revision 20962 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Carl Eugen Hoyos
15 years ago
parent
f1e946943a
commit
484d146416
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/rawdec.c
+ 1
- 1
libavcodec/rawdec.c
View File
@@ -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 },
};
Write
Preview
Loading…
Cancel
Save