mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Rename remaining url_fseek to avio_seek.
This commit is contained in:
@@ -92,7 +92,7 @@ static int read_header(AVFormatContext *s,
|
||||
|
||||
st->codec->codec_id=CODEC_ID_G729;
|
||||
|
||||
url_fseek(pb, 257, SEEK_SET);
|
||||
avio_seek(pb, 257, SEEK_SET);
|
||||
msec=get_le16(pb);
|
||||
sec=get_byte(pb);
|
||||
min=get_le32(pb);
|
||||
@@ -101,7 +101,7 @@ static int read_header(AVFormatContext *s,
|
||||
|
||||
ctx->bytes_left_in_chunk=CHUNK_SIZE;
|
||||
|
||||
url_fseek(pb, 512, SEEK_SET);
|
||||
avio_seek(pb, 512, SEEK_SET);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user