vlc/vlc-1.2 | branch: master | Laurent Aimar <[email protected]> | Sun Dec 11 20:18:30 2011 +0100| [0aa1b42700f7486f142295c78e6a52453f4f77ff] | committer: Jean-Baptiste Kempf
Removed now useless(invalid) muli-volume rar concatenation in the input core. (cherry picked from commit 8082db08a89b3c5a810cf4ac626fa9f05c62ae23) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=0aa1b42700f7486f142295c78e6a52453f4f77ff --- src/input/input.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/input/input.c b/src/input/input.c index 7a095fa..792fd05 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -2969,10 +2969,6 @@ static void InputGetExtraFiles( input_thread_t *p_input, } p_pattern[] = { /* XXX the order is important */ { ".001", "%s.%.3d", 2, 999 }, - { ".part1.rar", "%s.part%.1d.rar",2, 9 }, - { ".part01.rar", "%s.part%.2d.rar",2, 99, }, - { ".part001.rar", "%s.part%.3d.rar",2, 999 }, - { ".rar", "%s.r%.2d", 0, 99 }, { NULL, NULL, 0, 0 } }; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
