mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
Rename remaining ByteIOContext to AVIOContext.
This commit is contained in:
@@ -127,7 +127,7 @@ static int write_header(AVFormatContext *s)
|
||||
|
||||
static int write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
{
|
||||
ByteIOContext *pb = s->pb;
|
||||
AVIOContext *pb = s->pb;
|
||||
GetBitContext gb;
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user