On 08/05/15 16:39, Vittorio Giovara wrote:
> From: Carl Eugen Hoyos <[email protected]>
> 
> ---
>  libavformat/riff.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavformat/riff.c b/libavformat/riff.c
> index b506b94..389231a 100644
> --- a/libavformat/riff.c
> +++ b/libavformat/riff.c
> @@ -174,6 +174,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
>      { AV_CODEC_ID_MJPEG,        MKTAG('L', 'J', 'P', 'G') },
>      { AV_CODEC_ID_MJPEG,        MKTAG('d', 'm', 'b', '1') },
>      { AV_CODEC_ID_MJPEG,        MKTAG('m', 'j', 'p', 'a') },
> +    { AV_CODEC_ID_MJPEG,        MKTAG('M', 'S', 'C', '2') }, /* Multiscope 
> II */
>      { AV_CODEC_ID_LJPEG,        MKTAG('L', 'J', 'P', 'G') },
>      /* Pegasus lossless JPEG */
>      { AV_CODEC_ID_MJPEG,        MKTAG('J', 'P', 'G', 'L') },
> 

Add a note that the order is on purpose. Patch Ok for me.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to