[asterisk-commits] oej: branch oej/videocaps r118927 - in /team/oej/videocaps/main: frame.c rtp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 29 08:03:53 CDT 2008
Author: oej
Date: Thu May 29 08:03:51 2008
New Revision: 118927
URL: http://svn.digium.com/view/asterisk?view=rev&rev=118927
Log:
- Changing tag from "red" to "t140red" (has to be done in trunk too after testing)
- Trying to change preference order, so t140red is preferred over t140 without redundancy
Modified:
team/oej/videocaps/main/frame.c
team/oej/videocaps/main/rtp.c
Modified: team/oej/videocaps/main/frame.c
URL: http://svn.digium.com/view/asterisk/team/oej/videocaps/main/frame.c?view=diff&rev=118927&r1=118926&r2=118927
==============================================================================
--- team/oej/videocaps/main/frame.c (original)
+++ team/oej/videocaps/main/frame.c Thu May 29 08:03:51 2008
@@ -119,7 +119,7 @@
{ AST_FORMAT_H263_PLUS, "h263p", 0, "H.263+ Video" }, /*!< H.263plus passthrough support See format_h263.c */
{ AST_FORMAT_H264, "h264", 0, "H.264 Video" }, /*!< Passthrough support, see format_h263.c */
{ AST_FORMAT_MP4_VIDEO, "mpeg4", 0, "MPEG4 Video" }, /*!< Passthrough support for MPEG4 */
- { AST_FORMAT_T140RED, "red", 1, "T.140 Realtime Text with redundancy"}, /*!< Redundant T.140 Realtime Text */
+ { AST_FORMAT_T140RED, "t140red", 1, "T.140 Realtime Text with redundancy"}, /*!< Redundant T.140 Realtime Text */
{ AST_FORMAT_T140, "t140", 0, "Passthrough T.140 Realtime Text" }, /*!< Passthrough support for T.140 Realtime Text */
};
Modified: team/oej/videocaps/main/rtp.c
URL: http://svn.digium.com/view/asterisk/team/oej/videocaps/main/rtp.c?view=diff&rev=118927&r1=118926&r2=118927
==============================================================================
--- team/oej/videocaps/main/rtp.c (original)
+++ team/oej/videocaps/main/rtp.c Thu May 29 08:03:51 2008
@@ -1746,8 +1746,8 @@
{{1, AST_FORMAT_H263_PLUS}, "video", "h263-1998"},
{{1, AST_FORMAT_H264}, "video", "H264"},
{{1, AST_FORMAT_MP4_VIDEO}, "video", "MP4V-ES"},
+ {{1, AST_FORMAT_T140RED}, "text", "RED"},
{{1, AST_FORMAT_T140}, "text", "T140"},
- {{1, AST_FORMAT_T140RED}, "text", "RED"},
};
/*!
More information about the asterisk-commits
mailing list