From 7059c15f4af047d29bed9ea8b17a3702980b8442 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Aug 2012 22:47:56 +0200 Subject: mplayer: rip out --capture support While this was an interesting idea, it wasn't actually useful. Basically it dumped the raw data (as requested by the demuxer) into a file. The result is only useful if the file format was raw or maybe some MPEG packet stream, but not with most modern file formats. --- options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'options.h') diff --git a/options.h b/options.h index 53afe4d805..f87ee16669 100644 --- a/options.h +++ b/options.h @@ -43,8 +43,6 @@ typedef struct MPOpts { char *vobsub_name; int auto_quality; int untimed; - char *stream_dump_name; - int capture_dump; int loop_times; int ordered_chapters; int chapter_merge_threshold; -- cgit v1.2.3