diff libmpdemux/tv.h @ 2817:cc93d9786954

added support for -tv outfmt
author alex
date Sun, 11 Nov 2001 02:54:50 +0000
parents 09d5c9834580
children 9f68d309f8cb
line wrap: on
line diff
--- a/libmpdemux/tv.h	Sun Nov 11 02:54:21 2001 +0000
+++ b/libmpdemux/tv.h	Sun Nov 11 02:54:50 2001 +0000
@@ -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 int tv_param_width;
 extern int tv_param_height;
 extern int tv_param_input;
+extern char *tv_param_outfmt;
 
 typedef struct tvi_info_s
 {