diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-17 22:48:32 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-17 22:48:32 +0000 |
commit | c66aa21366043b81d263e453dda28ac50d573114 (patch) | |
tree | d5695b2ff33844c54748051b2593b8dbeae2a57c /libmpdemux/video.c | |
parent | 6f8c91b9a2094f8d52978359ac89841352ac9163 (diff) | |
download | mpv-c66aa21366043b81d263e453dda28ac50d573114.tar.bz2 mpv-c66aa21366043b81d263e453dda28ac50d573114.tar.xz |
Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30619 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/video.c')
-rw-r--r-- | libmpdemux/video.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpdemux/video.c b/libmpdemux/video.c index 6b507b0d57..482c3d6a7a 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 */ |