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. May I add data support in nut?

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to