mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
remove useless cast
Originally committed as revision 24553 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -460,7 +460,7 @@ static int dvdsub_decode(AVCodecContext *avctx,
|
||||
{
|
||||
const uint8_t *buf = avpkt->data;
|
||||
int buf_size = avpkt->size;
|
||||
AVSubtitle *sub = (void *)data;
|
||||
AVSubtitle *sub = data;
|
||||
int is_menu;
|
||||
|
||||
is_menu = decode_dvd_subtitles(sub, buf, buf_size);
|
||||
|
||||
Reference in New Issue
Block a user