diff mplayer.h @ 32438:faefba58f413

Implement a basic capture feature, available through -capture. If a specified key is pressed during playback, the current stream is captured to a file, similar to what -dumpstream achieves. patch by P«”sztor Szil«”rd, don tricon hu
author diego
date Thu, 21 Oct 2010 18:19:30 +0000
parents 8d92770a9c7b
children d068eac6cbf9
line wrap: on
line diff
--- a/mplayer.h	Thu Oct 21 17:35:56 2010 +0000
+++ b/mplayer.h	Thu Oct 21 18:19:30 2010 +0000
@@ -39,7 +39,10 @@
 /* for the GUI */
 extern int auto_quality;
 extern int disable_gui_conf;
+
+extern int capture_dump;
 extern int stream_dump_type;
+extern char *stream_dump_name;
 
 void update_set_of_subtitles(void);