[vlc-commits] Removed now useless(invalid) muli-volume rar concatenation in the input core.
Laurent Aimar
git at videolan.org
Sun Dec 11 23:35:30 CET 2011
vlc/vlc-1.2 | branch: master | Laurent Aimar <fenrir at videolan.org> | 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 <jb at videolan.org>
> 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 }
};
More information about the vlc-commits
mailing list