summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parse.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-05-22 12:48:53 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-05-22 12:48:53 +0200
commit15f50ccc6f3fb9358aa2d63b7ce8036764f197b0 (patch)
tree5c9bc8aa246f04d548dcc9601e5af95cd771b08f /libavcodec/h264_parse.c
parentc24d247e2c2ccd13fda09fe4194bf2ff0eb42256 (diff)
downloadffmpeg-15f50ccc6f3fb9358aa2d63b7ce8036764f197b0.tar.gz
lavc/h264_parse: Remove a superfluous linebreak.
Diffstat (limited to 'libavcodec/h264_parse.c')
-rw-r--r--libavcodec/h264_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c
index 87e5b3cdc5..34ffe3b1fe 100644
--- a/libavcodec/h264_parse.c
+++ b/libavcodec/h264_parse.c
@@ -120,7 +120,7 @@ int ff_h264_pred_weight_table(GetBitContext *gb, const SPS *sps,
pwt->use_weight = pwt->use_weight || pwt->use_weight_chroma;
return 0;
out_range_weight:
- avpriv_request_sample(logctx, "Out of range weight\n");
+ avpriv_request_sample(logctx, "Out of range weight");
return AVERROR_INVALIDDATA;
}