avio: make put_nbyte internal.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
77eb5504d3
commit
0ac8e2bf2b
@ -40,4 +40,6 @@ int ffio_init_context(AVIOContext *s,
|
||||
*/
|
||||
int ffio_read_partial(AVIOContext *s, unsigned char *buf, int size);
|
||||
|
||||
void ffio_fill(AVIOContext *s, int b, int count);
|
||||
|
||||
#endif // AVFORMAT_AVIO_INTERNAL_H
|
||||
|
Reference in New Issue
Block a user