[SCM] libav/experimental: Fix indentation in avcodec.h
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:52:09 UTC 2013
The following commit has been merged in the experimental branch:
commit 8ea08becfa8f1397e9b5925ca597c11338930f79
Author: Jason Garrett-Glaser <darkshikari at gmail.com>
Date: Tue Sep 29 17:34:36 2009 +0000
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;
/**
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list