[FFmpeg-devel] [PATCH] filmstripdec: add new line to error message
Michael Niedermayer
michaelni at gmx.at
Fri Aug 31 23:03:50 CEST 2012
On Fri, Aug 31, 2012 at 08:50:20PM +0200, Piotr Bandurski wrote:
> diff --git a/libavformat/filmstripdec.c b/libavformat/filmstripdec.c
> index 2f3aa6c..0d02818 100644
> --- a/libavformat/filmstripdec.c
> +++ b/libavformat/filmstripdec.c
> @@ -45,7 +45,7 @@ static int read_header(AVFormatContext *s)
>
> avio_seek(pb, avio_size(pb) - 36, SEEK_SET);
> if (avio_rb32(pb) != RAND_TAG) {
> - av_log(s, AV_LOG_ERROR, "magic number not found");
> + av_log(s, AV_LOG_ERROR, "magic number not found\n");
> return AVERROR_INVALIDDATA;
> }
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
DNS cache poisoning attacks, popular search engine, Google internet authority
dont be evil, please
-------------- 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/76418776/attachment.asc>
More information about the ffmpeg-devel
mailing list