You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
frmdec: use AV_PIX_FMT_xxx
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
#include "riff.h"
|
||||
|
||||
static const AVCodecTag frm_pix_fmt_tags[] = {
|
||||
{ PIX_FMT_RGB555, 1 },
|
||||
{ PIX_FMT_BGR32, 2 },
|
||||
{ PIX_FMT_RGB24, 3 },
|
||||
{ PIX_FMT_BGR0, 4 },
|
||||
{ PIX_FMT_BGR0, 5 },
|
||||
{ AV_PIX_FMT_RGB555, 1 },
|
||||
{ AV_PIX_FMT_BGR32, 2 },
|
||||
{ AV_PIX_FMT_RGB24, 3 },
|
||||
{ AV_PIX_FMT_BGR0, 4 },
|
||||
{ AV_PIX_FMT_BGR0, 5 },
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user