aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-08 08:15:43 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-08 08:15:43 +0000
commit6bdcae1406cf05af01c2d04be9de030dfeca5c90 (patch)
tree116ca563e3f1c7ae6240f4dba07ea7ab831bdeac /formats
parent473539fb671851f3f94ef0f05cafa168a6752ac3 (diff)
Update doxygen for video formats
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32992 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rw-r--r--formats/format_h263.c1
-rw-r--r--formats/format_h264.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/formats/format_h263.c b/formats/format_h263.c
index 527bb70e0..08891c8cd 100644
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -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"
diff --git a/formats/format_h264.c b/formats/format_h264.c
index 7d66f5fca..0b689dc05 100644
--- a/formats/format_h264.c
+++ b/formats/format_h264.c
@@ -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 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
/* Some Ideas for this code came from makeh264e.c by Jeffrey Chilton */
/* Portions of the conversion code are by guido@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;