aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/intrax8.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-10-08 01:44:47 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-06-12 11:36:09 +0200
commit59422955cf381cb6e9990ea541eeb71736717783 (patch)
treede827726c5df60a53f0267e18be0b5ff3a0f94ab /libavcodec/intrax8.h
parent2dfe7c1e404dcc64293cd5cf6dd02013ced5d539 (diff)
downloadffmpeg-59422955cf381cb6e9990ea541eeb71736717783.tar.gz
avcodec/mpegpicture: Rename Picture->MPVPicture
Picture is just too generic. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/intrax8.h')
-rw-r--r--libavcodec/intrax8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/intrax8.h b/libavcodec/intrax8.h
index 8e22361f1f..b9f8c4250b 100644
--- a/libavcodec/intrax8.h
+++ b/libavcodec/intrax8.h
@@ -106,7 +106,7 @@ void ff_intrax8_common_end(IntraX8Context *w);
* @param quant_offset offset away from zero
* @param loopfilter enable filter after decoding a block
*/
-int ff_intrax8_decode_picture(IntraX8Context *w, Picture *pict,
+int ff_intrax8_decode_picture(IntraX8Context *w, MPVPicture *pict,
GetBitContext *gb, int *mb_x, int *mb_y,
int quant, int halfpq,
int loopfilter, int lowdelay);