Browse Source

Dirac: Solved problem with make checkheaders

(cherry picked from commit d611ea0a44)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Jordi Ortiz Michael Niedermayer 13 years ago
parent
commit
1b95b52c0a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/diracdsp.h

+ 2
- 0
libavcodec/diracdsp.h View File

@@ -21,6 +21,8 @@
#ifndef AVCODEC_DIRACDSP_H
#define AVCODEC_DIRACDSP_H

#include <stdint.h>

typedef void (*dirac_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int h);
typedef void (*dirac_biweight_func)(uint8_t *dst, uint8_t *src, int stride, int log2_denom, int weightd, int weights, int h);



Loading…
Cancel
Save