mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 20:14:02 +08:00
Fix typos.
Originally committed as revision 26183 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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.\
|
||||||
|
Reference in New Issue
Block a user