mirror of https://github.com/mpv-player/mpv
Force lavf on flv streams. Closes bugzilla #354
Fixes http://portal.vpod.tv/jmbillaut/11439/stream/cdn Patch based on a suggestion by compn git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21628 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
737f4a0b2e
commit
df3d2e16f1
|
@ -89,6 +89,10 @@ mime_struct_t mime_type_table[] = {
|
|||
// NullSoft Streaming Video
|
||||
{ "video/nsv", DEMUXER_TYPE_NSV},
|
||||
{ "misc/ultravox", DEMUXER_TYPE_NSV},
|
||||
#ifdef USE_LIBAVFORMAT
|
||||
// Flash Video
|
||||
{ "video/x-flv", DEMUXER_TYPE_LAVF},
|
||||
#endif
|
||||
{ NULL, DEMUXER_TYPE_UNKNOWN},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue