1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

frmdec: terminate frm_pix_fmt_tags

This commit is contained in:
Peter Ross 2013-01-07 21:24:25 +11:00
parent f2dc158b0a
commit 8d4c817c4a

View File

@ -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 {