[FFmpeg-cvslog] lavc/h264_parse: Remove a superfluous linebreak.

Carl Eugen Hoyos git at videolan.org
Tue May 22 13:50:52 EEST 2018


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Tue May 22 12:48:53 2018 +0200| [15f50ccc6f3fb9358aa2d63b7ce8036764f197b0] | committer: Carl Eugen Hoyos

lavc/h264_parse: Remove a superfluous linebreak.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15f50ccc6f3fb9358aa2d63b7ce8036764f197b0
---

 libavcodec/h264_parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 }
 



More information about the ffmpeg-cvslog mailing list