]> git.sesse.net Git - vlc/blobdiff - modules/video_output/snapshot.c
Do not create a new window if hwnd is provided
[vlc] / modules / video_output / snapshot.c
index 0ebe25c92f105df39bb1e25177719b858ca5fe06..da923895e2deaeab9befb1118808aebb7e1b1199 100644 (file)
  *****************************************************************************/
 
 /*****************************************************************************
- * This module is a pseudo video output the offers the possibility to
+ * This module is a pseudo video output that offers the possibility to
  * keep a cache of low-res snapshots.
  * The snapshot structure is defined in include/snapshot.h
  * In order to access the current snapshot cache, object variables are used:
  *   snapshot-list-pointer : the pointer on the first element in the list
- *   snapshot-datasize     : size of a snapshot 
+ *   snapshot-datasize     : size of a snapshot
  *                           (also available in snapshot_t->i_datasize)
  *   snapshot-cache-size   : size of the cache list
  *
@@ -43,6 +43,7 @@
 #include <vlc/vlc.h>
 #include <vlc_vout.h>
 #include <vlc_interface.h>
+#include <vlc_input.h>
 
 /*****************************************************************************
  * Local prototypes