[vlc-devel] [PATCH] demux: mp4: Add 'raw ' to ARGB mapping

Alex Converse alex.converse at gmail.com
Thu Dec 17 23:12:16 CET 2015


On Thu, Dec 17, 2015 at 12:59 PM, Francois Cartegnie <fcvlcdev at free.fr> wrote:
>
> Le 17/12/2015 21:33, Alex Converse a écrit :
> > +        case VLC_FOURCC('r','a','w',' '):
> > +            p_track->fmt.i_codec = VLC_CODEC_ARGB;
> > +            break;
> >
>
> Hi,
>
> Only sample description atom ?
> stsd (raw) > colr

It appears that colr isn't used and everything I need to choose a more
specific formatting is in stsd but the point stands.

>
> Francois
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list