Revision b3db9cee libavformat/aviobuf.c
libavformat/aviobuf.c | ||
---|---|---|
324 | 324 |
{ |
325 | 325 |
return avio_read(s, buf, size); |
326 | 326 |
} |
327 |
int get_partial_buffer(AVIOContext *s, unsigned char *buf, int size) |
|
328 |
{ |
|
329 |
return ffio_read_partial(s, buf, size); |
|
330 |
} |
|
327 | 331 |
#endif |
328 | 332 |
|
329 | 333 |
int avio_put_str(AVIOContext *s, const char *str) |
... | ... | |
548 | 552 |
return size1 - size; |
549 | 553 |
} |
550 | 554 |
|
551 |
int get_partial_buffer(AVIOContext *s, unsigned char *buf, int size)
|
|
555 |
int ffio_read_partial(AVIOContext *s, unsigned char *buf, int size)
|
|
552 | 556 |
{ |
553 | 557 |
int len; |
554 | 558 |
|
Also available in: Unified diff