From 8ea08becfa8f1397e9b5925ca597c11338930f79 Mon Sep 17 00:00:00 2001 From: Jason Garrett-Glaser Date: Tue, 29 Sep 2009 17:34:36 +0000 Subject: [PATCH] Fix indentation in avcodec.h Originally committed as revision 20082 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /** -- 2.7.4