summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Heinchen <heinchen@users.sourceforge.net>2003-05-01 19:03:04 +0000
committerAndreas Heinchen <heinchen@users.sourceforge.net>2003-05-01 19:03:04 +0000
commitca72b84e8b4f97966cf7446c8a703b464e748fb2 (patch)
tree56773b073de639b98bfeef075c394b0a73ecec53
parent9e21d82d5771c30ae4da34bc40b44c4211f1693d (diff)
downloadxine-lib-ca72b84e8b4f97966cf7446c8a703b464e748fb2.tar.gz
xine-lib-ca72b84e8b4f97966cf7446c8a703b464e748fb2.tar.bz2
corrected spelling, better warning
CVS patchset: 4734 CVS date: 2003/05/01 19:03:04
-rw-r--r--src/libtheora/xine_decoder.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libtheora/xine_decoder.c b/src/libtheora/xine_decoder.c
index 136a24e88..c32c74daa 100644
--- a/src/libtheora/xine_decoder.c
+++ b/src/libtheora/xine_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_decoder.c,v 1.1 2003/04/30 08:49:40 heinchen Exp $
+ * $Id: xine_decoder.c,v 1.2 2003/05/01 19:03:04 heinchen Exp $
*
* xine decoder plugin using libtheora
*
@@ -272,8 +272,8 @@ static video_decoder_t *theora_open_plugin (video_decoder_class_t *class_gen, xi
theora_decoder_t *this ;
- printf ("You are trying to decoda an theorastream. Theora is in the moment\n");
- printf ("aplha, xiph is developing on it. If the stream could not be played back\n");
+ printf ("You are trying to decode an theorastream. Theora is in the moment\n");
+ printf ("in development, expect nasty surprises. If the stream could not be played back\n");
printf ("go to http://xine.sourceforge.net and grab the latest release of xine.\n");
this = (theora_decoder_t *) malloc (sizeof (theora_decoder_t));