From 85ac29ad1cbb1ab2e1294a7e8a30db20df7c0b86 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 26 Jan 2022 01:26:15 +0100 Subject: avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodec This is its only user. Signed-off-by: Andreas Rheinhardt --- libavcodec/mpeg4video.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/mpeg4video.h') diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h index fd6b6f2863..08beb7f29f 100644 --- a/libavcodec/mpeg4video.h +++ b/libavcodec/mpeg4video.h @@ -119,6 +119,10 @@ typedef struct Mpeg4DecContext { int rgb; } Mpeg4DecContext; + +void ff_mpeg4_decode_studio(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, + uint8_t *dest_cr, int block_size, int uvlinesize, + int dct_linesize, int dct_offset); void ff_mpeg4_encode_mb(MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y); -- cgit v1.2.3