Skip to content
Snippets Groups Projects
Commit b76e3424 authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Cosmetics: remove a redundant and misplaced doxy.

Originally committed as revision 14856 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e8e2b2ef
No related branches found
No related tags found
No related merge requests found
...@@ -52,9 +52,6 @@ int av_fifo_read(AVFifoBuffer *f, uint8_t *buf, int buf_size) ...@@ -52,9 +52,6 @@ int av_fifo_read(AVFifoBuffer *f, uint8_t *buf, int buf_size)
} }
#if LIBAVUTIL_VERSION_MAJOR < 50 #if LIBAVUTIL_VERSION_MAJOR < 50
/**
* Resizes a FIFO.
*/
void av_fifo_realloc(AVFifoBuffer *f, unsigned int new_size) { void av_fifo_realloc(AVFifoBuffer *f, unsigned int new_size) {
av_fifo_realloc2(f, new_size); av_fifo_realloc2(f, new_size);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment