On Thu, Oct 25, 2012 at 03:17:03PM +0200, Luca Barbato wrote:
> On 10/25/2012 02:58 PM, Diego Biurrun wrote:
> > On Thu, Oct 25, 2012 at 02:05:40PM +0200, Luca Barbato wrote:
> >> --- a/libavformat/nut.c
> >> +++ b/libavformat/nut.c
> >> @@ -33,6 +33,11 @@ const AVCodecTag ff_nut_subtitle_tags[] = {
> >>      { AV_CODEC_ID_NONE        , 0                         }
> >>  };
> >>  
> >> +const AVCodecTag ff_nut_data_tags[] = {
> >> +    { AV_CODEC_ID_TEXT        , MKTAG('U', 'T', 'F', '8') },
> >> +    { AV_CODEC_ID_NONE        , 0                         }
> >> +};
> > 
> > These spaces before comma are very very ugly ...
> 
> Nothing that can't be fixed.

Sure, just pointing it out.

> May I add data support in nut?

I have no opinion on the matter.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to