mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
one "cast discards qualifiers from pointer target type" less
Originally committed as revision 11709 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7993df6527
commit
0431d3b121
@ -1000,7 +1000,7 @@ int avcodec_decode_subtitle(AVCodecContext *avctx, AVSubtitle *sub,
|
||||
|
||||
*got_sub_ptr = 0;
|
||||
ret = avctx->codec->decode(avctx, sub, got_sub_ptr,
|
||||
(uint8_t *)buf, buf_size);
|
||||
buf, buf_size);
|
||||
if (*got_sub_ptr)
|
||||
avctx->frame_number++;
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user