avio: make put_nbyte internal.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Anton Khirnov
2011-02-21 20:02:20 +01:00
committed by Ronald S. Bultje
parent 77eb5504d3
commit 0ac8e2bf2b
4 changed files with 9 additions and 3 deletions

View File

@ -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