summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-07-31 09:17:44 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-03 21:10:00 +0200
commiteb5c5ae658aaf8cd7c03e1d0a6c84274d3a39a66 (patch)
tree5728fc257a7a3c723c42356cfba21e1d98d910bc /libavcodec/intrax8.h
parent8d7d52721aa893715739acde602b27dcd2adce97 (diff)
avcodec/intrax8: Remove unused IDCTDSPContext
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/intrax8.h')
-rw-r--r--libavcodec/intrax8.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/intrax8.h b/libavcodec/intrax8.h
index 5b8946ea25..3ebbf73434 100644
--- a/libavcodec/intrax8.h
+++ b/libavcodec/intrax8.h
@@ -44,7 +44,6 @@ typedef struct IntraX8Context {
// set by the caller codec
IntraX8DSPContext dsp;
- IDCTDSPContext idsp;
BlockDSPContext bdsp;
int quant;
int dquant;
@@ -86,7 +85,7 @@ typedef struct IntraX8Context {
* @return 0 on success, a negative AVERROR value on error
*/
int ff_intrax8_common_init(AVCodecContext *avctx,
- IntraX8Context *w, IDCTDSPContext *idsp,
+ IntraX8Context *w,
int16_t (*block)[64],
int block_last_index[12],
int mb_width, int mb_height);