[FFmpeg-cvslog] mms: Remove non-utf8 characters
Luca Barbato
git at videolan.org
Thu Dec 26 13:36:29 CET 2013
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Dec 16 06:40:24 2013 +0100| [1716b4c7b888a00380b36d3a49f725e6a243ed18] | committer: Luca Barbato
mms: Remove non-utf8 characters
Certain softwares get badly confused.
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1716b4c7b888a00380b36d3a49f725e6a243ed18
---
libavformat/mms.c | 2 +-
libavformat/mmst.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/mms.c b/libavformat/mms.c
index 192e703..fb16a3c 100644
--- a/libavformat/mms.c
+++ b/libavformat/mms.c
@@ -1,7 +1,7 @@
/*
* MMS protocol common definitions.
* Copyright (c) 2006,2007 Ryan Martell
- * Copyright (c) 2007 Björn Axelsson
+ * Copyright (c) 2007 Björn Axelsson
* Copyright (c) 2010 Zhentan Feng <spyfeng at gmail dot com>
*
* This file is part of Libav.
diff --git a/libavformat/mmst.c b/libavformat/mmst.c
index a17b4c1..4f896e0 100644
--- a/libavformat/mmst.c
+++ b/libavformat/mmst.c
@@ -1,7 +1,7 @@
/*
* MMS protocol over TCP
* Copyright (c) 2006,2007 Ryan Martell
- * Copyright (c) 2007 Björn Axelsson
+ * Copyright (c) 2007 Björn Axelsson
* Copyright (c) 2010 Zhentan Feng <spyfeng at gmail dot com>
*
* This file is part of Libav.
More information about the ffmpeg-cvslog
mailing list