summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Heinchen <heinchen@users.sourceforge.net>2003-05-04 13:13:58 +0000
committerAndreas Heinchen <heinchen@users.sourceforge.net>2003-05-04 13:13:58 +0000
commitc221b79fa57a10f08c13583fc77f4dd817459d60 (patch)
tree310be9ba25dbc586f5f0011ac276d086019cea2e
parentfd5e0a1e0e5e3f214a7410c0e9b5dc55a8018f9c (diff)
downloadxine-lib-c221b79fa57a10f08c13583fc77f4dd817459d60.tar.gz
xine-lib-c221b79fa57a10f08c13583fc77f4dd817459d60.tar.bz2
fixed stupid mistake
CVS patchset: 4765 CVS date: 2003/05/04 13:13:58
-rw-r--r--src/libtheora/xine_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libtheora/xine_decoder.c b/src/libtheora/xine_decoder.c
index 7c6c326fd..d33b99c0a 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.5 2003/05/04 12:27:01 heinchen Exp $
+ * $Id: xine_decoder.c,v 1.6 2003/05/04 13:13:58 heinchen Exp $
*
* xine decoder plugin using libtheora
*
@@ -179,7 +179,7 @@ static void theora_decode_data (video_decoder_t *this_gen, buf_element_t *buf) {
ret=theora_decode_packetin( &this->t_state, &this->op);
if ( ret!=0) {
- if (this->xine->verbosity >= XINE_VERBOSITY_LOG)
+ if (this->stream->xine->verbosity >= XINE_VERBOSITY_LOG)
printf ("libtheora:Received an bad packet\n");
} else if (!this->skipframes) {