[FFmpeg-cvslog] r17897 - trunk/libavutil/fifo.c

michael subversion
Mon Mar 9 04:39:59 CET 2009


Author: michael
Date: Mon Mar  9 04:39:58 2009
New Revision: 17897

Log:
indent

Modified:
   trunk/libavutil/fifo.c

Modified: trunk/libavutil/fifo.c
==============================================================================
--- trunk/libavutil/fifo.c	Mon Mar  9 04:34:15 2009	(r17896)
+++ trunk/libavutil/fifo.c	Mon Mar  9 04:39:58 2009	(r17897)
@@ -38,8 +38,8 @@ AVFifoBuffer *av_fifo_alloc(unsigned int
 void av_fifo_free(AVFifoBuffer *f)
 {
     if(f){
-    av_free(f->buffer);
-    av_free(f);
+        av_free(f->buffer);
+        av_free(f);
     }
 }
 




More information about the ffmpeg-cvslog mailing list