comparison utils.c @ 8464:48fc08113bdf libavcodec

s/FFmpeg-devel/ffmpeg-devel/
author benoit
date Fri, 26 Dec 2008 08:03:26 +0000
parents 5b3c90656fdf
children 0a7fd7dbea1a
comparison
equal deleted inserted replaced
8463:2ba4e13aa21a 8464:48fc08113bdf
1517 "occurs, it means that your file has a feature which has not " 1517 "occurs, it means that your file has a feature which has not "
1518 "been implemented.", feature); 1518 "been implemented.", feature);
1519 if(want_sample) 1519 if(want_sample)
1520 av_log(avc, AV_LOG_WARNING, " If you want to help, upload a sample " 1520 av_log(avc, AV_LOG_WARNING, " If you want to help, upload a sample "
1521 "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ " 1521 "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
1522 "and contact the FFmpeg-devel mailing list."); 1522 "and contact the ffmpeg-devel mailing list.");
1523 av_log(avc, AV_LOG_WARNING, "\n"); 1523 av_log(avc, AV_LOG_WARNING, "\n");
1524 } 1524 }