[vlc-devel] commit: s/H264/h264 in http interface. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Jun 10 08:39:58 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 9 23:41:54 2008 -0700| [e6a8ec99f28bfc1baed92328c9afa737c18afdfd]
s/H264/h264 in http interface.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6a8ec99f28bfc1baed92328c9afa737c18afdfd
---
share/lua/http/dialogs/sout | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/lua/http/dialogs/sout b/share/lua/http/dialogs/sout
index 0760f04..08afdfa 100644
--- a/share/lua/http/dialogs/sout
+++ b/share/lua/http/dialogs/sout
@@ -172,8 +172,8 @@ Note that the sout chain is used and sent to VLC by the input dialog
<option value="DIV1">DIV1</option>
<option value="DIV2">DIV2</option>
<option value="DIV3">DIV3</option>
- <option value="H263">H263</option>
- <option value="H264">H264</option>
+ <option value="H263">h263</option>
+ <option value="H264">h264</option>
<option value="WMV1">WMV1</option>
<option value="WMV2">WMV2</option>
<option value="MJPG">MJPG</option>
More information about the vlc-devel
mailing list