mirror of https://git.ffmpeg.org/ffmpeg.git
frmdec: terminate frm_pix_fmt_tags
This commit is contained in:
parent
f2dc158b0a
commit
8d4c817c4a
|
@ -34,6 +34,7 @@ static const AVCodecTag frm_pix_fmt_tags[] = {
|
|||
{ AV_PIX_FMT_RGB24, 3 },
|
||||
{ AV_PIX_FMT_BGR0, 4 },
|
||||
{ AV_PIX_FMT_BGR0, 5 },
|
||||
{ AV_PIX_FMT_NONE, 0 },
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue