Browse Source

Add comment denoting group of H.264 functions

Originally committed as revision 7227 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 18 years ago
parent
commit
ea9f5d6f76
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/dsputil.h

+ 1
- 0
libavcodec/dsputil.h View File

@@ -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…
Cancel
Save