summaryrefslogtreecommitdiff
path: root/libavutil/fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/fifo.c')
-rw-r--r--libavutil/fifo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/fifo.c b/libavutil/fifo.c
index b9a87835c2..518fba24c6 100644
--- a/libavutil/fifo.c
+++ b/libavutil/fifo.c
@@ -52,9 +52,6 @@ int av_fifo_read(AVFifoBuffer *f, uint8_t *buf, int buf_size)
}
#if LIBAVUTIL_VERSION_MAJOR < 50
-/**
- * Resizes a FIFO.
- */
void av_fifo_realloc(AVFifoBuffer *f, unsigned int new_size) {
av_fifo_realloc2(f, new_size);
}