Skip to content

Commit

Permalink
libyuv upstep requires uint8_t
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Jan 11, 2024
1 parent 6994e49 commit a150883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/codec_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ static void _convert( int pixfmt, unsigned char *src_data[], int src_linesize[],
#endif

#ifdef CONFIG_LIBYUV
int (*convert_libyuv)(const uint8*, int, const uint8*, int, const uint8*, int, uint8*, int, int, int) = NULL;
int (*convert_libyuv)(const uint8_t*, int, const uint8_t*, int, const uint8_t*, int, uint8_t*, int, int, int) = NULL;
switch( frame->colorspace ) {
case AV_IMAGE_YUV_422:
switch( pixfmt ) {
Expand Down

0 comments on commit a150883

Please sign in to comment.