[FFmpeg-devel] [PATCH 2/2] lavc/pngdec: decode textual data (tEXt and zTXt).

Paul B Mahol onemda at gmail.com
Mon Oct 29 12:10:24 CET 2012


On 10/29/12, Paul B Mahol <onemda at gmail.com> wrote:
> On 10/28/12, Nicolas George <nicolas.george at normalesup.org> wrote:
>> Requested in trac ticket #1857.
>>
>> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
>> ---
>>  libavcodec/pngdec.c |  131
>> +++++++++++++++++++++++++++++++++++++++++++++++++++
>>  1 file changed, 131 insertions(+)
>>
[...]
>> +        return AVERROR(ENOMEM);
>> +    }
>> +
>> +    av_dict_set(dict, kw_utf8, txt_utf8,
>> +                AV_DICT_DONT_STRDUP_KEY | AV_DICT_DONT_STRDUP_VAL);
>
> Looks wrong.

Ignore this one.


More information about the ffmpeg-devel mailing list