summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tv.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 02:54:50 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 02:54:50 +0000
commit7fdf3210dfb7d7ee7e40b7716a07edf7d07d0cd9 (patch)
tree8128d331ea80ce80f079b41e6f7a88d6cd3d31a2 /libmpdemux/tv.h
parentcdf72d75d2a3b4c90f180bc90d1e8db6afadacad (diff)
downloadmpv-7fdf3210dfb7d7ee7e40b7716a07edf7d07d0cd9.tar.bz2
mpv-7fdf3210dfb7d7ee7e40b7716a07edf7d07d0cd9.tar.xz
added support for -tv outfmt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2818 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/tv.h')
-rw-r--r--libmpdemux/tv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h
index 0241eddb03..0d1eb22efb 100644
--- a/libmpdemux/tv.h
+++ b/libmpdemux/tv.h
@@ -3,6 +3,7 @@
#ifdef USE_TV
#include "../libao2/afmt.h"
#include "../libvo/img_format.h"
+#include "../libvo/fastmemcpy.h"
extern unsigned long tv_param_freq;
extern char *tv_param_channel;
@@ -13,6 +14,7 @@ extern char *tv_param_driver;
extern int tv_param_width;
extern int tv_param_height;
extern int tv_param_input;
+extern char *tv_param_outfmt;
typedef struct tvi_info_s
{