mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
nut is only handled by lavf, speed up detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13073 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b6634219cb
commit
f189a3f92d
@ -50,7 +50,8 @@ static struct {
|
||||
{ "midi", DEMUXER_TYPE_XMMS },
|
||||
{ "vqf", DEMUXER_TYPE_XMMS },
|
||||
{ "nsv", DEMUXER_TYPE_NSV },
|
||||
{ "nsa", DEMUXER_TYPE_NSV }
|
||||
{ "nsa", DEMUXER_TYPE_NSV },
|
||||
{ "nut", DEMUXER_TYPE_LAVF }
|
||||
};
|
||||
|
||||
int demuxer_type_by_filename(char* filename){
|
||||
|
Loading…
Reference in New Issue
Block a user