CrystalHD: Use doxygen compatible comments where relevant.

Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Philip Langdale
2011-03-14 22:14:23 -07:00
committed by Michael Niedermayer
parent c5dcb3d493
commit 969eb21ba2

View File

@@ -87,13 +87,13 @@
#include "libavutil/imgutils.h" #include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
/* Timeout parameter passed to DtsProcOutput() in us */ /** Timeout parameter passed to DtsProcOutput() in us */
#define OUTPUT_PROC_TIMEOUT 50 #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 #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 #define BASE_WAIT 10000
/* Increment in us to adjust wait in decode() */ /** Increment in us to adjust wait in decode() */
#define WAIT_UNIT 1000 #define WAIT_UNIT 1000