mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00: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:
parent
785d9496a9
commit
ce1c6b954d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user