mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-16 22:01:15 +08:00
cosmetics: Fix another common typo, dependAnt --> dependEnt.
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -383,7 +383,7 @@ typedef struct RcOverride{
|
||||
/* Unsupported options :
|
||||
* Syntax Arithmetic coding (SAC)
|
||||
* Reference Picture Selection
|
||||
* Independant Segment Decoding */
|
||||
* Independent Segment Decoding */
|
||||
/* /Fx */
|
||||
/* codec capabilities */
|
||||
|
||||
@@ -1705,14 +1705,14 @@ typedef struct AVCodecContext {
|
||||
|
||||
/**
|
||||
* Thread count.
|
||||
* is used to decide how many independant tasks should be passed to execute()
|
||||
* is used to decide how many independent tasks should be passed to execute()
|
||||
* - encoding: set by user
|
||||
* - decoding: set by user
|
||||
*/
|
||||
int thread_count;
|
||||
|
||||
/**
|
||||
* the codec may call this to execute several independant things. it will return only after
|
||||
* the codec may call this to execute several independent things. it will return only after
|
||||
* finishing all tasks, the user may replace this with some multithreaded implementation, the
|
||||
* default implementation will execute the parts serially
|
||||
* @param count the number of things to execute
|
||||
|
Reference in New Issue
Block a user