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:
rtogni 2006-12-15 23:09:01 +00:00
parent 737f4a0b2e
commit df3d2e16f1
1 changed files with 4 additions and 0 deletions

View File

@ -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},
};