summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2010-02-26 08:55:43 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2010-02-26 08:55:43 +0000
commit5818418758e147e5f1a70b4ecff493c601bac8e7 (patch)
treec17334a7e7c809dd3533d8d7ca60550b266e1c35 /libavcodec/avcodec.h
parent747db4e31a876142aadd488625774151ec27a236 (diff)
Fix typos in ref_index documentation.
Originally committed as revision 22072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 52e9ff9078..74fcf3bac4 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -893,8 +893,8 @@ typedef struct AVPanScan{
short *dct_coeff;\
\
/**\
- * motion referece frame index\
- * the order in which these are stored can depends on the codec.\
+ * motion reference frame index\
+ * the order in which these are stored can depend on the codec.\
* - encoding: Set by user.\
* - decoding: Set by libavcodec.\
*/\