diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-08-03 14:56:31 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-08-03 14:58:14 +0200 |
commit | e39f6a3a5ca2a51360dac65221bcd5e078b98900 (patch) | |
tree | 682bfb7d0988c78672260bc9356213c98195f028 /libavcodec | |
parent | 231ffb9243e5286b7c3d5806fa8f3142c72bfe15 (diff) | |
download | ffmpeg-e39f6a3a5ca2a51360dac65221bcd5e078b98900.tar.gz |
Fix misc swapped dot and carriage returns in av_log calls.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/crystalhd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |