From 39edfcc9e8cc107b4e4ba42ba16f745eaada6db8 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Mon, 14 Nov 2011 00:52:55 +0100 Subject: Rename remaining url_fseek to avio_seek. --- libavformat/act.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/act.c') diff --git a/libavformat/act.c b/libavformat/act.c index a2e8b9f8e1..a21f2a3433 100644 --- a/libavformat/act.c +++ b/libavformat/act.c @@ -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; } -- cgit v1.2.3