[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:37:01 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Jul 19 10:48:26 2010 +0300| [1f5e1e827fffcb075d196faffced40eee2df8c08] | committer: Ilkka Ollakka
sout: add ogv as known extensions on muxing selector
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f5e1e827fffcb075d196faffced40eee2df8c08
---
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 cc226e5..216eb3c 100644
--- a/modules/stream_out/standard.c
+++ b/modules/stream_out/standard.c
@@ -245,6 +245,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