diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-05-07 21:37:28 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-05-07 21:37:32 +0100 |
commit | c59c7924707e2a28f2e777c2f7c284078feae967 (patch) | |
tree | 3c7f626f94a79be9b4c93eab24e105ee9193b961 /libavcodec/intrax8.h | |
parent | 123fef54cc8fdadc70829ab12f587e4b64cdbc96 (diff) | |
parent | c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f (diff) | |
download | ffmpeg-c59c7924707e2a28f2e777c2f7c284078feae967.tar.gz |
Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f'
* commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f':
intrax8: Use the generic horizband function
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/intrax8.h')
-rw-r--r-- | libavcodec/intrax8.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/intrax8.h b/libavcodec/intrax8.h index fd7225edca..c8897fe863 100644 --- a/libavcodec/intrax8.h +++ b/libavcodec/intrax8.h @@ -113,6 +113,7 @@ void ff_intrax8_common_end(IntraX8Context *w); */ int ff_intrax8_decode_picture(IntraX8Context *w, Picture *pict, GetBitContext *gb, int *mb_x, int *mb_y, - int quant, int halfpq, int loopfilter); + int quant, int halfpq, + int loopfilter, int lowdelay); #endif /* AVCODEC_INTRAX8_H */ |