diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-09 18:54:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-09 18:54:11 +0000 |
commit | 941125ef5f4ad1854629ad684af88dd63db3bc77 (patch) | |
tree | a1d9145e1fcf287b8c157ed725afa977992ed670 | |
parent | 3a763f0f0b8e18ed3999400e063ca425333c77fe (diff) | |
download | ffmpeg-941125ef5f4ad1854629ad684af88dd63db3bc77.tar.gz |
ISO8859-1 --> UTF-8
Originally committed as revision 9561 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/daud.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/daud.c b/libavformat/daud.c index ec81b7b1ce..703589726f 100644 --- a/libavformat/daud.c +++ b/libavformat/daud.c @@ -1,6 +1,6 @@ /* * D-Cinema audio demuxer - * Copyright (c) 2005 Reimar Döffinger. + * Copyright (c) 2005 Reimar Döffinger * * This file is part of FFmpeg. * |