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
@ -44,7 +44,7 @@ static int sox_probe(AVProbeData *p)
|
||||
static int sox_read_header(AVFormatContext *s,
|
||||
AVFormatParameters *ap)
|
||||
{
|
||||
ByteIOContext *pb = s->pb;
|
||||
AVIOContext *pb = s->pb;
|
||||
unsigned header_size, comment_size;
|
||||
double sample_rate, sample_rate_frac;
|
||||
AVStream *st;
|
||||
|
Reference in New Issue
Block a user