diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2010-02-26 08:55:43 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2010-02-26 08:55:43 +0000 |
commit | 5818418758e147e5f1a70b4ecff493c601bac8e7 (patch) | |
tree | c17334a7e7c809dd3533d8d7ca60550b266e1c35 | |
parent | 747db4e31a876142aadd488625774151ec27a236 (diff) | |
download | ffmpeg-5818418758e147e5f1a70b4ecff493c601bac8e7.tar.gz |
Fix typos in ref_index documentation.
Originally committed as revision 22072 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 4 |
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.\ */\ |