mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avio: avio_ prefix for url_fseek
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
76d8846c4e
commit
6b4aa5dac8
@@ -237,7 +237,7 @@ static int rl2_read_packet(AVFormatContext *s,
|
||||
++rl2->index_pos[stream_id];
|
||||
|
||||
/** position the stream (will probably be there anyway) */
|
||||
url_fseek(pb, sample->pos, SEEK_SET);
|
||||
avio_seek(pb, sample->pos, SEEK_SET);
|
||||
|
||||
/** fill the packet */
|
||||
ret = av_get_packet(pb, pkt, sample->size);
|
||||
|
||||
Reference in New Issue
Block a user