summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-20 13:47:29 +0100
committerClément Bœsch <u@pkh.me>2017-03-20 15:58:32 +0100
commite07fa3008bcafc027e9aa654657bae1f1ac64f5d (patch)
treefdc9dc3b4e4565b2a7b4a27a0ccbe77ab65e22b0 /libavcodec/dv.h
parentce818d90bdb28d8591e6b81e020d1e7f87536649 (diff)
parentde452e503734ebb0fdbce86e9d16693b3530fad3 (diff)
downloadffmpeg-streaming-e07fa3008bcafc027e9aa654657bae1f1ac64f5d.zip
ffmpeg-streaming-e07fa3008bcafc027e9aa654657bae1f1ac64f5d.tar.gz
Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'
* commit 'de452e503734ebb0fdbce86e9d16693b3530fad3': pixblockdsp: Change type of stride parameters to ptrdiff_t Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/dv.h')
-rw-r--r--libavcodec/dv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dv.h b/libavcodec/dv.h
index 3367f92..d5482d1 100644
--- a/libavcodec/dv.h
+++ b/libavcodec/dv.h
@@ -45,7 +45,7 @@ typedef struct DVVideoContext {
uint8_t dv_zigzag[2][64];
- void (*get_pixels)(int16_t *block, const uint8_t *pixels, ptrdiff_t line_size);
+ void (*get_pixels)(int16_t *block, const uint8_t *pixels, ptrdiff_t linesize);
void (*fdct[2])(int16_t *block);
void (*idct_put[2])(uint8_t *dest, int line_size, int16_t *block);
me_cmp_func ildct_cmp;
OpenPOWER on IntegriCloud