Commit 6c89adfc authored by michael's avatar michael

one "cast discards qualifiers from pointer target type" less


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11709 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bde5eed8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment