From 76607d45f7e417f0e599ee1deccab34d10d4ab9e Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 30 Jul 2012 20:44:01 +0300 Subject: [PATCH] quvi/const.lua: Add proto_rtmpe --- share/lua/common/quvi/const.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/lua/common/quvi/const.lua b/share/lua/common/quvi/const.lua index 4b20545..4c77aae 100644 --- a/share/lua/common/quvi/const.lua +++ b/share/lua/common/quvi/const.lua @@ -1,4 +1,3 @@ - -- libquvi-scripts -- Copyright (C) 2010 Toni Gundogdu -- @@ -23,11 +22,12 @@ local M = {} -- Protocol categories. -M.proto_http = 0x1 -M.proto_mms = 0x2 -M.proto_rtsp = 0x4 -M.proto_rtmp = 0x8 +M.proto_http = 0x1 +M.proto_mms = 0x2 +M.proto_rtsp = 0x4 +M.proto_rtmp = 0x8 +M.proto_rtmpe = 0x10 return M --- vim: set ts=4 sw=4 tw=72 expandtab: +-- vim: set ts=2 sw=2 tw=72 expandtab: -- 2.11.4.GIT