[FFmpeg-devel] [BUG] on ff_parse with unknown constant
Ramiro Ribeiro Polla
ramiro
Thu Jun 21 01:28:44 CEST 2007
Limin Wang wrote:
> Hi,
>
>
>> @@ -361,7 +362,7 @@
>> if (ci->fileImage) {
>> ci->imageOverlaid = imlib_load_image_immediately(ci->fileImage);
>> if (!(ci->imageOverlaid)){
>> - av_log(NULL, AV_LOG_ERROR, "Couldn't load image '%s'\n", ci->fileImage);
>> + av_log(NULL, AV_LOG_ERROR, "Couldn't load image '%s': %s\n", ci->fileImage, error);
>>
>
> Where is the error from?
>
>
From reckless copy&pasting... =)
Thanks for noticing.
Ramiro Polla
More information about the ffmpeg-devel
mailing list