changeset 4268:3a4d4be05618 libavcodec

Add comment denoting group of H.264 functions
author takis
date Tue, 05 Dec 2006 21:57:31 +0000
parents 6f839bb47457
children c37ea749711e
files dsputil.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dsputil.h	Tue Dec 05 21:52:15 2006 +0000
+++ b/dsputil.h	Tue Dec 05 21:57:31 2006 +0000
@@ -378,6 +378,7 @@
 #define BASIS_SHIFT 16
 #define RECON_SHIFT 6
 
+    /* h264 functions */
     void (*h264_idct_add)(uint8_t *dst, DCTELEM *block, int stride);
     void (*h264_idct8_add)(uint8_t *dst, DCTELEM *block, int stride);
     void (*h264_idct_dc_add)(uint8_t *dst, DCTELEM *block, int stride);