Fix indentation in avcodec.h
authorJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 29 Sep 2009 17:34:36 +0000 (17:34 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 29 Sep 2009 17:34:36 +0000 (17:34 +0000)
Originally committed as revision 20082 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 58d746f..8f1b9ce 100644 (file)
@@ -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;
 
 /**