Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Ortiz <nenjordi@gmail.com>2011-10-27 22:24:17 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-10-31 00:50:17 +0400
commit49aa397414eb4dbe5da292fcdb8a6084f71ae949 (patch)
treeb2ba0eb2eeb72ee2e702a060f2374d05681e4494 /libavcodec/diracdsp.h
parentca239e1c372f8962f5ff93c80afa7b98e09bf3a3 (diff)
Dirac: More formating
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/diracdsp.h')
-rw-r--r--libavcodec/diracdsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/diracdsp.h b/libavcodec/diracdsp.h
index 2135ee9075..454fa3be10 100644
--- a/libavcodec/diracdsp.h
+++ b/libavcodec/diracdsp.h
@@ -48,7 +48,7 @@ typedef struct {
dirac_biweight_func biweight_dirac_pixels_tab[3];
} DiracDSPContext;
-#define DECL_DIRAC_PIXOP(PFX, EXT) \
+#define DECL_DIRAC_PIXOP(PFX, EXT) \
void ff_ ## PFX ## _dirac_pixels8_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h); \
void ff_ ## PFX ## _dirac_pixels16_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h); \
void ff_ ## PFX ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h)