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
frmdec: tag 2 is AV_PIX_FMT_RGB0
tags/n1.2
Peter Ross
12 years ago
parent
8d4c817c4a
commit
6cff56f0ba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/frmdec.c
+ 1
- 1
libavformat/frmdec.c
View File
@@ -30,7 +30,7 @@
static const AVCodecTag frm_pix_fmt_tags[] = {
{ AV_PIX_FMT_RGB555, 1 },
{ AV_PIX_FMT_
BGR32,
2 },
{ AV_PIX_FMT_
RGB0,
2 },
{ AV_PIX_FMT_RGB24, 3 },
{ AV_PIX_FMT_BGR0, 4 },
{ AV_PIX_FMT_BGR0, 5 },
Write
Preview
Loading…
Cancel
Save