[FFmpeg-cvslog] lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call.

Carl Eugen Hoyos git at videolan.org
Sat Dec 3 16:42:28 EET 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Dec  3 15:41:04 2016 +0100| [5a237c33b86ad32a0566fe2f602d685b5ef34c27] | committer: Carl Eugen Hoyos

lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call.

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

 libavformat/asfdec_f.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c
index b973eff..be09a92 100644
--- a/libavformat/asfdec_f.c
+++ b/libavformat/asfdec_f.c
@@ -1010,7 +1010,7 @@ static int asf_get_packet(AVFormatContext *s, AVIOContext *pb)
             }
 
             if (c != 0x82)
-                avpriv_request_sample(s, "Invalid ECC byte\n");
+                avpriv_request_sample(s, "Invalid ECC byte");
 
             if (!asf->uses_std_ecc)
                 asf->uses_std_ecc =  (c == 0x82 && !d && !e) ? 1 : -1;



More information about the ffmpeg-cvslog mailing list