diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-19 22:17:13 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-19 22:17:13 +0000 |
commit | b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4 (patch) | |
tree | d1e56f5211081472f069e21a8c8f2a1e0d95ba25 | |
parent | e8e2b2ef171353dc593f41d7c4d5cdb11541e109 (diff) | |
download | ffmpeg-b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4.tar.gz |
Cosmetics: remove a redundant and misplaced doxy.
Originally committed as revision 14856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/fifo.c | 3 |
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); } |