From eef3ea8c710d87da889e31e65b40b36cc7a2648e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 14 Nov 2011 00:36:45 +0100 Subject: Rename remaining ByteIOContext to AVIOContext. --- 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 bbda1ae409..a2e8b9f8e1 100644 --- a/libavformat/act.c +++ b/libavformat/act.c @@ -63,7 +63,7 @@ static int read_header(AVFormatContext *s, AVFormatParameters *ap) { ACTContext* ctx = s->priv_data; - ByteIOContext *pb = s->pb; + AVIOContext *pb = s->pb; int size; AVStream* st; @@ -111,7 +111,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt) { ACTContext *ctx = s->priv_data; - ByteIOContext *pb = s->pb; + AVIOContext *pb = s->pb; int ret; int frame_size=s->streams[0]->codec->sample_rate==8000?10:22; -- cgit v1.2.3