git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
avio: deprecate url_fileno
[ffmpeg.git]
/
libavformat
/
aviobuf.c
diff --git
a/libavformat/aviobuf.c
b/libavformat/aviobuf.c
index
4cd3bdc
..
9f0f292
100644
(file)
--- a/
libavformat/aviobuf.c
+++ b/
libavformat/aviobuf.c
@@
-923,10
+923,12
@@
int avio_close(AVIOContext *s)
return url_close(h);
}
return url_close(h);
}
+#if FF_API_OLD_AVIO
URLContext *url_fileno(AVIOContext *s)
{
return s->opaque;
}
URLContext *url_fileno(AVIOContext *s)
{
return s->opaque;
}
+#endif
int avio_printf(AVIOContext *s, const char *fmt, ...)
{
int avio_printf(AVIOContext *s, const char *fmt, ...)
{