mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +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
@ -71,7 +71,7 @@ static int msnwc_tcp_probe(AVProbeData *p)
|
||||
|
||||
static int msnwc_tcp_read_header(AVFormatContext *ctx, AVFormatParameters *ap)
|
||||
{
|
||||
ByteIOContext *pb = ctx->pb;
|
||||
AVIOContext *pb = ctx->pb;
|
||||
AVCodecContext *codec;
|
||||
AVStream *st;
|
||||
|
||||
@ -100,7 +100,7 @@ static int msnwc_tcp_read_header(AVFormatContext *ctx, AVFormatParameters *ap)
|
||||
|
||||
static int msnwc_tcp_read_packet(AVFormatContext *ctx, AVPacket *pkt)
|
||||
{
|
||||
ByteIOContext *pb = ctx->pb;
|
||||
AVIOContext *pb = ctx->pb;
|
||||
uint16_t keyframe;
|
||||
uint32_t size, timestamp;
|
||||
|
||||
|
Reference in New Issue
Block a user