Commit ab21e0b5 authored by stefano's avatar stefano

Cosmetics: remove a redundant and misplaced doxy.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14856 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 66b22975
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment