<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Nov 13, 2015 at 4:05 AM, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Please share broken samples.<br></blockquote><div><br>The reference files in the directory "g":<br><a href="http://entropymine.com/jason/bmpsuite/">http://entropymine.com/jason/bmpsuite/</a><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
On 12 Nov, Tristan Matthews wrote :<br>
<div><div class="h5">> "Fixes" broken BMP demuxing.<br>
> ---<br>
>  modules/demux/image.c | 2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
> diff --git a/modules/demux/image.c b/modules/demux/image.c<br>
> index 43c4847..0e227b0 100644<br>
> --- a/modules/demux/image.c<br>
> +++ b/modules/demux/image.c<br>
> @@ -631,7 +631,7 @@ static int Open(vlc_object_t *object)<br>
>      msg_Dbg(demux, "Detected image: %s",<br>
>              vlc_fourcc_GetDescription(VIDEO_ES, img->codec));<br>
><br>
> -    if( img->codec == VLC_CODEC_MXPEG )<br>
> +    if( img->codec == VLC_CODEC_MXPEG || img->codec == VLC_CODEC_BMP )<br>
>      {<br>
>          return VLC_EGENERIC; //let avformat demux this file<br>
>      }<br>
> --<br>
> 2.6.2<br>
><br>
</div></div>> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
<span class=""><font color="#888888"><br>
--<br>
With my kindest regards,<br>
<br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" rel="noreferrer" target="_blank">http://www.jbkempf.com/</a> - <a href="tel:%2B33%20672%20704%20734" value="+33672704734">+33 672 704 734</a><br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br></div></div>