[vlc-commits] commit: sout: add ogv as known extensions on muxing selector ( Ilkka Ollakka )

git at videolan.org git at videolan.org
Mon Jul 19 12:49:14 CEST 2010


vlc/vlc-1.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Jul 19 10:48:26 2010 +0300| [b3814b15ac9600b7f4bc7274608e486cce30ffaf] | committer: Ilkka Ollakka 

sout: add ogv as known extensions on muxing selector
(cherry picked from commit 1f5e1e827fffcb075d196faffced40eee2df8c08)

Signed-off-by: Ilkka Ollakka <ileoo at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=b3814b15ac9600b7f4bc7274608e486cce30ffaf
---

 modules/stream_out/standard.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/stream_out/standard.c b/modules/stream_out/standard.c
index 094ca7b..d81ac56 100644
--- a/modules/stream_out/standard.c
+++ b/modules/stream_out/standard.c
@@ -249,6 +249,7 @@ static int Open( vlc_object_t *p_this )
             { "avi", "avi" },
             { "ogg", "ogg" },
             { "ogm", "ogg" },
+            { "ogv", "ogg" },
             { "mp3", "raw" },
             { "mp4", "mp4" },
             { "mov", "mov" },



More information about the vlc-commits mailing list