[FFmpeg-devel] [BUG] on ff_parse with unknown constant
Limin Wang
lance.lmwang
Wed Jun 20 03:34:21 CEST 2007
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?
Thanks,
Limin
More information about the ffmpeg-devel
mailing list