X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Friff.c;h=74f384d26848f997c1ea4ad67dc2d40d74598c1f;hb=f37174bc1913d534913e8825f1609a637cc4b364;hp=4f475ba04df9550e9ad6b536982e8e957da9932b;hpb=4478e9d8db65ca827f2b3ef3ef6ee806bffdba45;p=ffmpeg diff --git a/libavformat/riff.c b/libavformat/riff.c index 4f475ba04df..74f384d2684 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -290,6 +290,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') }, { CODEC_ID_ESCAPE130, MKTAG('E', '1', '3', '0') }, { CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') }, + { CODEC_ID_Y41P, MKTAG('Y', '4', '1', 'P') }, { CODEC_ID_NONE, 0 } };