[svn-commits] trunk r32992 - in /trunk/formats: format_h263.c
format_h264.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Jun 8 01:15:44 MST 2006
Author: oej
Date: Thu Jun 8 03:15:43 2006
New Revision: 32992
URL: http://svn.digium.com/view/asterisk?rev=32992&view=rev
Log:
Update doxygen for video formats
Modified:
trunk/formats/format_h263.c
trunk/formats/format_h264.c
Modified: trunk/formats/format_h263.c
URL: http://svn.digium.com/view/asterisk/trunk/formats/format_h263.c?rev=32992&r1=32991&r2=32992&view=diff
==============================================================================
--- trunk/formats/format_h263.c (original)
+++ trunk/formats/format_h263.c Thu Jun 8 03:15:43 2006
@@ -21,6 +21,7 @@
* \brief Save to raw, headerless h263 data.
* \arg File name extension: h263
* \ingroup formats
+ * \arg See \ref AstVideo
*/
#include "asterisk.h"
Modified: trunk/formats/format_h264.c
URL: http://svn.digium.com/view/asterisk/trunk/formats/format_h264.c?rev=32992&r1=32991&r2=32992&view=diff
==============================================================================
--- trunk/formats/format_h264.c (original)
+++ trunk/formats/format_h264.c Thu Jun 8 03:15:43 2006
@@ -21,6 +21,7 @@
* \brief Save to raw, headerless h264 data.
* \arg File name extension: h264
* \ingroup formats
+ * \arg See \ref AstVideo
*/
#include "asterisk.h"
@@ -47,6 +48,8 @@
/* Some Ideas for this code came from makeh264e.c by Jeffrey Chilton */
/* Portions of the conversion code are by guido at sienanet.it */
+/*! \todo Check this buf size estimate, it may be totally wrong for large frame video */
+
#define BUF_SIZE 4096 /* Two Real h264 Frames */
struct h264_desc {
unsigned int lastts;
More information about the svn-commits
mailing list