avio: make url_write() internal.

This commit is contained in:
Anton Khirnov
2011-03-31 16:48:01 +02:00
parent dce3756459
commit 925e908bc7
15 changed files with 42 additions and 35 deletions

View File

@ -846,7 +846,7 @@ int ffio_fdopen(AVIOContext **s, URLContext *h)
if (ffio_init_context(*s, buffer, buffer_size,
(h->flags & URL_WRONLY || h->flags & URL_RDWR), h,
ffurl_read, url_write, url_seek) < 0) {
ffurl_read, ffurl_write, url_seek) < 0) {
av_free(buffer);
av_freep(s);
return AVERROR(EIO);