[FFmpeg-devel] [PATCH] avformat/riff: add M102 FourCC
Michael Niedermayer
michael at niedermayer.cc
Sat May 7 04:41:00 CEST 2016
On Fri, May 06, 2016 at 10:48:32PM +0200, Piotr Bandurski wrote:
> From b365a1b2544e5e70652f41e7e8bf4066fb778b4c Mon Sep 17 00:00:00 2001
> From: Piotr Bandurski <ami_stuff at o2.pl>
> Date: Fri, 6 May 2016 22:43:00 +0200
> Subject: [PATCH] avformat/riff: add M102 FourCC
>
> ---
> libavformat/riff.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/riff.c b/libavformat/riff.c
> index ccbe608..dd20aff 100644
> --- a/libavformat/riff.c
> +++ b/libavformat/riff.c
> @@ -420,6 +420,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
> { AV_CODEC_ID_RSCC, MKTAG('I', 'S', 'C', 'C') },
> { AV_CODEC_ID_CFHD, MKTAG('C', 'F', 'H', 'D') },
> { AV_CODEC_ID_M101, MKTAG('M', '1', '0', '1') },
> + { AV_CODEC_ID_M101, MKTAG('M', '1', '0', '2') },
>
> { AV_CODEC_ID_NONE, 0 }
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160507/a99231bb/attachment.sig>
More information about the ffmpeg-devel
mailing list