mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavf: replace all uses of url_fskip with avio_seek
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
6b4aa5dac8
commit
e356fc57a2
@@ -62,7 +62,7 @@ static int cdata_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
};
|
||||
|
||||
sample_rate = avio_rb16(pb);
|
||||
url_fskip(pb, 12);
|
||||
avio_seek(pb, 12, SEEK_CUR);
|
||||
|
||||
st = av_new_stream(s, 0);
|
||||
if (!st)
|
||||
|
||||
Reference in New Issue
Block a user