mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
avio: rename ByteIOContext to AVIOContext.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:

committed by
Ronald S. Bultje

parent
70aa916e46
commit
ae628ec1fd
@ -57,7 +57,7 @@ static int thp_read_header(AVFormatContext *s,
|
||||
{
|
||||
ThpDemuxContext *thp = s->priv_data;
|
||||
AVStream *st;
|
||||
ByteIOContext *pb = s->pb;
|
||||
AVIOContext *pb = s->pb;
|
||||
int i;
|
||||
|
||||
/* Read the file header. */
|
||||
@ -140,7 +140,7 @@ static int thp_read_packet(AVFormatContext *s,
|
||||
AVPacket *pkt)
|
||||
{
|
||||
ThpDemuxContext *thp = s->priv_data;
|
||||
ByteIOContext *pb = s->pb;
|
||||
AVIOContext *pb = s->pb;
|
||||
int size;
|
||||
int ret;
|
||||
|
||||
|
Reference in New Issue
Block a user