mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add comment denoting group of H.264 functions
Originally committed as revision 7227 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
550e66cb59
commit
ea9f5d6f76
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user