From e39f6a3a5ca2a51360dac65221bcd5e078b98900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 3 Aug 2012 14:56:31 +0200 Subject: Fix misc swapped dot and carriage returns in av_log calls. --- libavcodec/crystalhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/crystalhd.c') diff --git a/libavcodec/crystalhd.c b/libavcodec/crystalhd.c index aaa2add333..47439aef94 100644 --- a/libavcodec/crystalhd.c +++ b/libavcodec/crystalhd.c @@ -927,7 +927,7 @@ static int decode(AVCodecContext *avctx, void *data, int *data_size, AVPacket *a av_log(avctx, AV_LOG_WARNING, "CrystalHD: Failed to parse h.264 packet " "completely. Interlaced frames may be " - "incorrectly detected\n."); + "incorrectly detected.\n"); } else { av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: parser picture type %d\n", -- cgit v1.2.3