From b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 19 Aug 2008 22:17:13 +0000 Subject: Cosmetics: remove a redundant and misplaced doxy. Originally committed as revision 14856 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/fifo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavutil') 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); } -- cgit v1.2.3