[FFmpeg-cvslog] lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().

Carl Eugen Hoyos git at videolan.org
Sun Mar 6 21:39:26 CET 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Mar  6 21:38:41 2016 +0100| [59793785f4ba46c95248f9d336d422ce58547a15] | committer: Carl Eugen Hoyos

lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().

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

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

diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index d82e432..a33cc71 100644
--- a/libavcodec/cfhd.c
+++ b/libavcodec/cfhd.c
@@ -343,7 +343,7 @@ static int cfhd_decode(AVCodecContext *avctx, void *data, int *got_frame,
             bytestream2_skipu(&gb, data * 4);
         } else if (tag == 23) {
             av_log(avctx, AV_LOG_DEBUG, "Skip frame\n");
-            avpriv_report_missing_feature(avctx, "Skip frame\n");
+            avpriv_report_missing_feature(avctx, "Skip frame");
             ret = AVERROR_PATCHWELCOME;
             break;
         } else if (tag == 2) {



More information about the ffmpeg-cvslog mailing list