mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01: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;
|
buf[len]=0;
|
||||||
// printf("VIVO header: '%s'\n",buf);
|
// printf("VIVO header: '%s'\n",buf);
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
vivo_parse_text_header(demuxer->priv, len);
|
vivo_parse_text_header(demuxer, len);
|
||||||
if (priv->supported == 0)
|
if (priv->supported == 0)
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user