[FFmpeg-cvslog] r20082 - trunk/libavcodec/avcodec.h

darkshikari subversion
Tue Sep 29 19:34:36 CEST 2009


Author: darkshikari
Date: Tue Sep 29 19:34:36 2009
New Revision: 20082

Log:
Fix indentation in avcodec.h

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Tue Sep 29 14:48:24 2009	(r20081)
+++ trunk/libavcodec/avcodec.h	Tue Sep 29 19:34:36 2009	(r20082)
@@ -2525,7 +2525,7 @@ typedef struct AVCodecContext {
      * - encoding: Set by user
      * - decoding: Set by libavcodec
      */
-     enum AVChromaLocation chroma_sample_location;
+    enum AVChromaLocation chroma_sample_location;
 } AVCodecContext;
 
 /**



More information about the ffmpeg-cvslog mailing list