Commit 6cff56f0 authored by Peter Ross's avatar Peter Ross

frmdec: tag 2 is AV_PIX_FMT_RGB0

parent 8d4c817c
......@@ -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 },
......
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