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:
Michael Niedermayer 2008-02-01 03:29:43 +00:00
parent 7993df6527
commit 0431d3b121
1 changed files with 1 additions and 1 deletions

View File

@ -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;