Commit 5064ab0a authored by darkshikari's avatar darkshikari

Fix indentation in avcodec.h


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20082 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 37cc8233
...@@ -2525,7 +2525,7 @@ typedef struct AVCodecContext { ...@@ -2525,7 +2525,7 @@ typedef struct AVCodecContext {
* - encoding: Set by user * - encoding: Set by user
* - decoding: Set by libavcodec * - decoding: Set by libavcodec
*/ */
enum AVChromaLocation chroma_sample_location; enum AVChromaLocation chroma_sample_location;
} AVCodecContext; } AVCodecContext;
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment