Fix typos.

Originally committed as revision 26183 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2011-01-01 11:47:51 +00:00
parent 773d892a31
commit 421167b03b

View File

@ -992,11 +992,11 @@ typedef struct AVPanScan{
int8_t *ref_index[2];\ int8_t *ref_index[2];\
\ \
/**\ /**\
* reordered opaque 64bit (generally a integer or double preccission float \ * reordered opaque 64bit (generally an integer or a double precision float\
* PTS but can be anything). \ * PTS but can be anything). \
* The user sets AVCodecContext.reordered_opaque to represent the input at\ * The user sets AVCodecContext.reordered_opaque to represent the input at\
* that time,\ * that time,\
* the decoder reorderes values as needed and sets AVFrame.reordered_opaque\ * the decoder reorders values as needed and sets AVFrame.reordered_opaque\
* to exactly one of the values provided by the user through AVCodecContext.reordered_opaque \ * to exactly one of the values provided by the user through AVCodecContext.reordered_opaque \
* - encoding: unused\ * - encoding: unused\
* - decoding: Read by user.\ * - decoding: Read by user.\