mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
Fix some passing argument from incompatible pointer type warnings.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -421,7 +421,7 @@ static int swf_write_video(AVFormatContext *s,
|
||||
put_swf_tag(s, TAG_STREAMBLOCK | TAG_LONG);
|
||||
avio_wl16(pb, swf->sound_samples);
|
||||
avio_wl16(pb, 0); // seek samples
|
||||
av_fifo_generic_read(swf->audio_fifo, pb, frame_size, &avio_write);
|
||||
av_fifo_generic_read(swf->audio_fifo, pb, frame_size, (void*)avio_write);
|
||||
put_swf_end_tag(s);
|
||||
|
||||
/* update FIFO */
|
||||
|
||||
Reference in New Issue
Block a user