diff dsputil.h @ 4268:3a4d4be05618 libavcodec

Add comment denoting group of H.264 functions
author takis
date Tue, 05 Dec 2006 21:57:31 +0000
parents e10af5bd6ff2
children 1f84e4f18aa1
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);