diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-12-16 06:40:24 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-12-26 06:07:35 +0100 |
commit | 1716b4c7b888a00380b36d3a49f725e6a243ed18 (patch) | |
tree | 99abfdd17ffab0e7ce6a5981ed9b963c6f461289 /libavformat/mmst.c | |
parent | bd0fba87972b1be826361a5acda363586708d38d (diff) | |
download | ffmpeg-1716b4c7b888a00380b36d3a49f725e6a243ed18.tar.gz |
mms: Remove non-utf8 characters
Certain softwares get badly confused.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/mmst.c')
-rw-r--r-- | libavformat/mmst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mmst.c b/libavformat/mmst.c index a17b4c12a8..4f896e0c4a 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. |