Cosmetics: remove a redundant and misplaced doxy.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 19 Aug 2008 22:17:13 +0000 (22:17 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 19 Aug 2008 22:17:13 +0000 (22:17 +0000)
Originally committed as revision 14856 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/fifo.c

index b9a8783..518fba2 100644 (file)
@@ -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);
 }