[FFmpeg-devel] [PATCH 2/3] CrystalHD: Use doxygen compatible comments where relevant.
Philip Langdale
philipl
Tue Mar 15 06:14:23 CET 2011
Signed-off-by: Philip Langdale <philipl at overt.org>
---
libavcodec/crystalhd.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/crystalhd.c b/libavcodec/crystalhd.c
index 209a86d..a773b84 100644
--- a/libavcodec/crystalhd.c
+++ b/libavcodec/crystalhd.c
@@ -87,13 +87,13 @@
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
-/* Timeout parameter passed to DtsProcOutput() in us */
+/** Timeout parameter passed to DtsProcOutput() in us */
#define OUTPUT_PROC_TIMEOUT 50
-/* Step between fake timestamps passed to hardware in units of 100ns */
+/** Step between fake timestamps passed to hardware in units of 100ns */
#define TIMESTAMP_UNIT 100000
-/* Initial value in us of the wait in decode() */
+/** Initial value in us of the wait in decode() */
#define BASE_WAIT 10000
-/* Increment in us to adjust wait in decode() */
+/** Increment in us to adjust wait in decode() */
#define WAIT_UNIT 1000
--
1.7.1
More information about the ffmpeg-devel
mailing list