Commit 421167b0 authored by Stefano Sabatini's avatar Stefano Sabatini

Fix typos.

Originally committed as revision 26183 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 773d892a
...@@ -992,11 +992,11 @@ typedef struct AVPanScan{ ...@@ -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.\
......
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