avio: deprecate url_fgets
It's not used anywhere and doesn't look ver useful to be public. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:

committed by
Ronald S. Bultje

parent
2af07d36fc
commit
655e45e7df
@@ -915,6 +915,7 @@ int url_fprintf(AVIOContext *s, const char *fmt, ...)
|
||||
}
|
||||
#endif //CONFIG_MUXERS
|
||||
|
||||
#if FF_API_OLD_AVIO
|
||||
char *url_fgets(AVIOContext *s, char *buf, int buf_size)
|
||||
{
|
||||
int c;
|
||||
@@ -935,6 +936,7 @@ char *url_fgets(AVIOContext *s, char *buf, int buf_size)
|
||||
*q = '\0';
|
||||
return buf;
|
||||
}
|
||||
#endif
|
||||
|
||||
int url_fget_max_packet_size(AVIOContext *s)
|
||||
{
|
||||
|
Reference in New Issue
Block a user