summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorJason Garrett-Glaser <darkshikari@gmail.com>2009-09-29 17:34:36 +0000
committerJason Garrett-Glaser <darkshikari@gmail.com>2009-09-29 17:34:36 +0000
commit8ea08becfa8f1397e9b5925ca597c11338930f79 (patch)
treec57d4af20751a9d38a01a77fc6e609f4eb5026c8 /libavcodec
parent0e71841b0555e54691431f6d319f2cb17e208c6a (diff)
Fix indentation in avcodec.h
Originally committed as revision 20082 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 58d746fcc7..8f1b9ce6d1 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;
/**