]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aviobuf.c
lavf: update documentation of AVOutputFormat.flags
[ffmpeg] / libavformat / aviobuf.c
index aebdd7211a0230ce5ef26d7659949f190cffda0f..7762d6cace1e92bc62010376945c04a61d5d78ab 100644 (file)
@@ -837,7 +837,7 @@ static int url_resetbuf(AVIOContext *s, int flags)
     return 0;
 }
 
-int ff_rewind_with_probe_data(AVIOContext *s, unsigned char *buf, int buf_size)
+int ffio_rewind_with_probe_data(AVIOContext *s, unsigned char *buf, int buf_size)
 {
     int64_t buffer_start;
     int buffer_size;
@@ -942,12 +942,12 @@ char *url_fgets(AVIOContext *s, char *buf, int buf_size)
         *q = '\0';
     return buf;
 }
-#endif
 
 int url_fget_max_packet_size(AVIOContext *s)
 {
     return s->max_packet_size;
 }
+#endif
 
 int av_url_read_fpause(AVIOContext *s, int pause)
 {