Commit 04708eeb authored by takis's avatar takis

Add comment denoting group of H.264 functions


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7227 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f2a2c5b6
......@@ -378,6 +378,7 @@ typedef struct DSPContext {
#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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment