Commit ea9f5d6f authored by Panagiotis Issaris's avatar Panagiotis Issaris

Add comment denoting group of H.264 functions

Originally committed as revision 7227 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 550e66cb
......@@ -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