Revision b3db9cee libavformat/avio_internal.h
libavformat/avio_internal.h | ||
---|---|---|
32 | 32 |
int64_t (*seek)(void *opaque, int64_t offset, int whence)); |
33 | 33 |
|
34 | 34 |
|
35 |
/** |
|
36 |
* Read size bytes from AVIOContext into buf. |
|
37 |
* This reads at most 1 packet. If that is not enough fewer bytes will be |
|
38 |
* returned. |
|
39 |
* @return number of bytes read or AVERROR |
|
40 |
*/ |
|
41 |
int ffio_read_partial(AVIOContext *s, unsigned char *buf, int size); |
|
42 |
|
|
35 | 43 |
#endif // AVFORMAT_AVIO_INTERNAL_H |
Also available in: Unified diff