From eba4590d18abf73f479e7c92ef4a1ab60ae7a37c Mon Sep 17 00:00:00 2001 From: Laurent Aimar <fenrir@videolan.org> Date: Sat, 13 Sep 2003 17:44:13 +0000 Subject: [PATCH] * standard : added .ts and .ps --- modules/stream_out/standard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/stream_out/standard.c b/modules/stream_out/standard.c index 68fea3571fc8..7dc8687072ea 100644 --- a/modules/stream_out/standard.c +++ b/modules/stream_out/standard.c @@ -2,7 +2,7 @@ * standard.c ***************************************************************************** * Copyright (C) 2001, 2002 VideoLAN - * $Id: standard.c,v 1.14 2003/08/29 19:49:33 fenrir Exp $ + * $Id: standard.c,v 1.15 2003/09/13 17:44:13 fenrir Exp $ * * Authors: Laurent Aimar <fenrir@via.ecp.fr> * @@ -109,8 +109,10 @@ static int Open( vlc_object_t *p_this ) { "wma", "asf" }, { "wmv", "asf" }, { "trp", "ts" }, + { "ts", "ts" }, { "mpg", "ps" }, { "mpeg","ps" }, + { "ps", "ps" }, { "mpeg1","mpeg1" }, { NULL, NULL } }; -- GitLab