summaryrefslogtreecommitdiffstats
path: root/libmpdemux/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/video.c')
-rw-r--r--libmpdemux/video.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpdemux/video.c b/libmpdemux/video.c
index ff6bbd0bc9..7ba2e8049f 100644
--- a/libmpdemux/video.c
+++ b/libmpdemux/video.c
@@ -33,6 +33,7 @@
#include "stream/stream.h"
#include "demuxer.h"
+#include "demux_ty_osd.h"
#include "stheader.h"
#include "parse_es.h"
#include "mpeg_hdr.h"
@@ -405,8 +406,6 @@ mpeg_header_parser:
return 1;
}
-void ty_processuserdata( unsigned char* buf, int len );
-
static void process_userdata(unsigned char* buf,int len){
int i;
/* if the user data starts with "CC", assume it is a CC info packet */