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
@@ -152,7 +152,7 @@ static int send_command_packet(MMSTContext *mmst)
|
||||
|
||||
static void mms_put_utf16(MMSContext *mms, uint8_t *src)
|
||||
{
|
||||
ByteIOContext bic;
|
||||
AVIOContext bic;
|
||||
int size = mms->write_out_ptr - mms->out_buffer;
|
||||
int len;
|
||||
init_put_byte(&bic, mms->write_out_ptr,
|
||||
|
Reference in New Issue
Block a user