|
@@ -78,7 +78,7 @@ typedef struct { |
|
|
* warning -- this field can be NULL, be sure to not pass this AVIOContext |
|
|
* warning -- this field can be NULL, be sure to not pass this AVIOContext |
|
|
* to any av_opt_* functions in that case. |
|
|
* to any av_opt_* functions in that case. |
|
|
*/ |
|
|
*/ |
|
|
AVClass *av_class; |
|
|
|
|
|
|
|
|
const AVClass *av_class; |
|
|
unsigned char *buffer; /**< Start of the buffer. */ |
|
|
unsigned char *buffer; /**< Start of the buffer. */ |
|
|
int buffer_size; /**< Maximum buffer size */ |
|
|
int buffer_size; /**< Maximum buffer size */ |
|
|
unsigned char *buf_ptr; /**< Current position in the buffer */ |
|
|
unsigned char *buf_ptr; /**< Current position in the buffer */ |
|
|