diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-12-05 21:57:31 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-12-05 21:57:31 +0000 |
commit | ea9f5d6f767e2632e62a58f56c9007d90c073e5a (patch) | |
tree | af304e58ab5b77547939d10e337d60b6ce8bcf29 /libavcodec/dsputil.h | |
parent | 550e66cb59cf997cfae7627c5a9072147a831129 (diff) | |
download | ffmpeg-ea9f5d6f767e2632e62a58f56c9007d90c073e5a.tar.gz |
Add comment denoting group of H.264 functions
Originally committed as revision 7227 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index b76f9a1c6c..c976c7bc69 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -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); |