changeset 566:34198f8250cf libavutil

Cosmetics: remove a redundant and misplaced doxy.
author stefano
date Tue, 19 Aug 2008 22:17:13 +0000
parents a0dab9157d6a
children bd4052d9050c
files fifo.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fifo.c	Tue Aug 19 22:15:05 2008 +0000
+++ b/fifo.c	Tue Aug 19 22:17:13 2008 +0000
@@ -52,9 +52,6 @@
 }
 
 #if LIBAVUTIL_VERSION_MAJOR < 50
-/**
- * Resizes a FIFO.
- */
 void av_fifo_realloc(AVFifoBuffer *f, unsigned int new_size) {
     av_fifo_realloc2(f, new_size);
 }