Browse Source

indent

Originally committed as revision 17897 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 17 years ago
parent
commit
c900635fd9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavutil/fifo.c

+ 2
- 2
libavutil/fifo.c View File

@@ -38,8 +38,8 @@ AVFifoBuffer *av_fifo_alloc(unsigned int size)
void av_fifo_free(AVFifoBuffer *f)
{
if(f){
av_free(f->buffer);
av_free(f);
av_free(f->buffer);
av_free(f);
}
}



Loading…
Cancel
Save