1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

vivo_check_file uses also new textparser

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2786 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-09 16:37:05 +00:00
parent 785d9496a9
commit ce1c6b954d

View File

@ -180,8 +180,8 @@ int vivo_check_file(demuxer_t* demuxer){
buf[len]=0;
// printf("VIVO header: '%s'\n",buf);
#if 0
vivo_parse_text_header(demuxer->priv, len);
#if 1
vivo_parse_text_header(demuxer, len);
if (priv->supported == 0)
return 0;
#else