[FFmpeg-devel] [PATCH 2/2] avformat: Add Cineform HD demuxing
Michael Niedermayer
michael at niedermayer.cc
Sun Jan 10 20:42:34 CET 2016
On Sun, Jan 10, 2016 at 12:28:50AM +0000, Kieran Kunhya wrote:
> ---
> libavformat/riff.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/riff.c b/libavformat/riff.c
> index f297dd4..faf0f86 100644
> --- a/libavformat/riff.c
> +++ b/libavformat/riff.c
> @@ -377,6 +377,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
> { AV_CODEC_ID_SCREENPRESSO, MKTAG('S', 'P', 'V', '1') },
> { AV_CODEC_ID_RSCC, MKTAG('R', 'S', 'C', 'C') },
> { AV_CODEC_ID_RSCC, MKTAG('I', 'S', 'C', 'C') },
> + { AV_CODEC_ID_CFHD, MKTAG('C', 'F', 'H', 'D') },
> { AV_CODEC_ID_NONE, 0 }
> };
LGTM
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The educated differ from the uneducated as much as the living from the
dead. -- Aristotle
-------------- 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/20160110/b053009a/attachment.sig>
More information about the ffmpeg-devel
mailing list