Commit bf0e0e61 authored by Gildas Bazin's avatar Gildas Bazin

* src/input/demux.c: gee, what a nice bug.

parent f49468a2
......@@ -96,7 +96,7 @@ demux_t *__demux2_New( vlc_object_t *p_obj,
{ "ogg", "ogg" }, { "ogm", "ogg" },
{ "pva", "pva" },
{ "rm", "rm" },
{ "", "" },
{ NULL, NULL },
};
char *psz_ext = strrchr( p_demux->psz_path, '.' ) + 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment