indent
Originally committed as revision 17897 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -38,8 +38,8 @@ AVFifoBuffer *av_fifo_alloc(unsigned int size)
|
|||||||
void av_fifo_free(AVFifoBuffer *f)
|
void av_fifo_free(AVFifoBuffer *f)
|
||||||
{
|
{
|
||||||
if(f){
|
if(f){
|
||||||
av_free(f->buffer);
|
av_free(f->buffer);
|
||||||
av_free(f);
|
av_free(f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user