summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_xvid4.c
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-28 23:04:41 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-28 23:04:41 +0000
commit08ec85ba4be2915e6ae9918344b4465de4ad37f5 (patch)
tree6f2edb2accde81df7a32797ef98edc0b00098422 /libmpcodecs/vd_xvid4.c
parent61b101497d19e94a33db26dc8c693d206945cf5c (diff)
downloadmpv-08ec85ba4be2915e6ae9918344b4465de4ad37f5.tar.bz2
mpv-08ec85ba4be2915e6ae9918344b4465de4ad37f5.tar.xz
Revert commit r26897.
XviD is the correct spelling of the codec. You can see it written in the codec own documentation and header files. Prefered name capitalization confirmed in conversation with XviD developer (prunedtree). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26915 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd_xvid4.c')
-rw-r--r--libmpcodecs/vd_xvid4.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/vd_xvid4.c b/libmpcodecs/vd_xvid4.c
index bbb99b5d4f..c144043946 100644
--- a/libmpcodecs/vd_xvid4.c
+++ b/libmpcodecs/vd_xvid4.c
@@ -1,5 +1,5 @@
/*
- * - Xvid 1.x decoder module for mplayer/mencoder -
+ * - XviD 1.x decoder module for mplayer/mencoder -
*
* Copyright(C) 2003 Marco Belli <elcabesa@inwind.it>
* 2003-2004 Edouard Gomez <ed.gomez@free.fr>
@@ -170,7 +170,7 @@ static int init(sh_video_t *sh)
/* Get a decoder instance */
if(xvid_decore(0, XVID_DEC_CREATE, &dec_p, NULL)<0) {
- mp_msg(MSGT_DECVIDEO, MSGL_ERR, "Xvid init failed\n");
+ mp_msg(MSGT_DECVIDEO, MSGL_ERR, "XviD init failed\n");
return 0;
}
@@ -380,7 +380,7 @@ static float stats2aspect(xvid_dec_stats_t *stats)
static vd_info_t info =
{
- "Xvid 1.0 decoder",
+ "XviD 1.0 decoder",
"xvid",
"Marco Belli <elcabesa@inwind.it>, Edouard Gomez <ed.gomez@free.fr>",
"Marco Belli <elcabesa@inwind.it>, Edouard Gomez <ed.gomez@free.fr>",