]> git.sesse.net Git - vlc/blobdiff - plugins/ffmpeg/ffmpeg.c
* ALL: got rid of p_object->p_this which is now useless.
[vlc] / plugins / ffmpeg / ffmpeg.c
index 2df961fb7f11f4687277a459f99f7bbf04820afd..e5cbfd0c5e72bf4371901a0930b9a2acff8168ad 100644 (file)
@@ -2,7 +2,7 @@
  * ffmpeg.c: video decoder using ffmpeg library
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ffmpeg.c,v 1.11 2002/06/01 12:31:59 sam Exp $
+ * $Id: ffmpeg.c,v 1.12 2002/06/01 18:04:48 sam Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -376,7 +376,7 @@ static int InitThread( videodec_thread_t *p_vdec )
     }
 
     /* create vout */
-    p_vdec->p_vout = vout_CreateThread( p_vdec->p_fifo->p_this,
+    p_vdec->p_vout = vout_CreateThread( p_vdec->p_fifo,
                                 p_vdec->format.i_width,
                                 p_vdec->format.i_height,
                                 FOURCC_I420,