]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/filter.h
DShow: update Copyright years
[vlc] / modules / access / dshow / filter.h
index 85951f09a76aa018ab309977fc28fc343257f6fb..4a6c3ab2c9389b3cb429195bbb1041e423142469 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filter.h : DirectShow access module for vlc
  *****************************************************************************
- * Copyright (C) 2002 the VideoLAN team
+ * Copyright (C) 2002-2004, 2008 the VideoLAN team
  * $Id$
  *
  * Author: Gildas Bazin <gbazin@videolan.org>
@@ -131,6 +131,8 @@ class CapturePin: public IPin, public IMemInputPin
 
     /* Custom methods */
     HRESULT CustomGetSample( VLCMediaSample * );
+    HRESULT CustomGetSamples( deque<VLCMediaSample> &external_queue );
+
     AM_MEDIA_TYPE &CustomGetMediaType();
 };