[FFmpeg-devel] [PATCH] flic: use AV_LOG_ERROR for error message
Michael Niedermayer
michaelni at gmx.at
Fri Aug 31 23:04:23 CEST 2012
On Fri, Aug 31, 2012 at 08:57:42PM +0200, Piotr Bandurski wrote:
> diff --git a/libavformat/flic.c b/libavformat/flic.c
> index f6aa3b0..db3f5d8 100644
> --- a/libavformat/flic.c
> +++ b/libavformat/flic.c
> @@ -187,7 +187,7 @@ static int flic_read_header(AVFormatContext *s)
> (magic_number == FLIC_FILE_MAGIC_3)) {
> avpriv_set_pts_info(st, 64, speed, 1000);
> } else {
> - av_log(s, AV_LOG_INFO, "Invalid or unsupported magic chunk in file\n");
> + av_log(s, AV_LOG_ERROR, "Invalid or unsupported magic chunk in file\n");
> return AVERROR_INVALIDDATA;
> }
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120831/5a252d6d/attachment.asc>
More information about the ffmpeg-devel
mailing list