Skip to content

Commit 69b4d97

Browse files
committed
avcodec/av1dec: Change bit_depth to int
Suggested-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
1 parent fd7d24f commit 69b4d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavcodec/av1dec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ static int get_tiles_info(AVCodecContext *avctx, const AV1RawTileGroup *tile_gro
469469
static enum AVPixelFormat get_sw_pixel_format(void *logctx,
470470
const AV1RawSequenceHeader *seq)
471471
{
472-
uint8_t bit_depth;
472+
int bit_depth;
473473
enum AVPixelFormat pix_fmt = AV_PIX_FMT_NONE;
474474

475475
if (seq->seq_profile == 2 && seq->color_config.high_bitdepth)

0 commit comments

Comments
 (0)