From: Jason Garrett-Glaser Date: Tue, 29 Sep 2009 17:34:36 +0000 (+0000) Subject: Fix indentation in avcodec.h X-Git-Tag: v0.6~3106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ea08becfa8f1397e9b5925ca597c11338930f79;p=platform%2Fupstream%2Flibav.git Fix indentation in avcodec.h Originally committed as revision 20082 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 58d746f..8f1b9ce 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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; /**