mirror of
https://github.com/openharmony/third_party_ffmpeg.git
synced 2026-08-24 13:03:14 -04:00
avcodec/jpeg2000dec: Fix return type of get_plt()
Found-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -829,7 +829,7 @@ static uint8_t get_tlm(Jpeg2000DecoderContext *s, int n)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static uint8_t get_plt(Jpeg2000DecoderContext *s, int n)
|
||||
static int get_plt(Jpeg2000DecoderContext *s, int n)
|
||||
{
|
||||
int i;
|
||||
int v;
|
||||
|
||||
Reference in New Issue
Block a user