]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/video.h
* modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
[vlc] / modules / codec / ffmpeg / video.h
index bd1bdbcfd77ba0dc648a01fbf20f5139e92e572f..497c4b2531b90d9066179694cb0520c85fc0f914 100644 (file)
@@ -2,7 +2,7 @@
  * video.h: video decoder using ffmpeg library
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: video.h,v 1.2 2002/11/05 10:07:56 gbazin Exp $
+ * $Id: video.h,v 1.3 2002/11/06 21:48:24 gbazin Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -41,7 +41,8 @@ typedef struct vdec_thread_s
 
     /* for direct rendering */
     int b_direct_rendering;
-
+    picture_t *p_lastpic;
+    picture_t *p_secondlastpic;
 } vdec_thread_t;