You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/internal: Update AVCodecInternal.is_copy documentation
Forgotten in 1f4cf92cfb
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -122,10 +122,8 @@ typedef struct EncodeSimpleContext {
|
|||||||
|
|
||||||
typedef struct AVCodecInternal {
|
typedef struct AVCodecInternal {
|
||||||
/**
|
/**
|
||||||
* Whether the parent AVCodecContext is a copy of the context which had
|
* When using frame-threaded decoding, this field is set for the first
|
||||||
* init() called on it.
|
* worker thread (e.g. to decode extradata just once).
|
||||||
* This is used by multithreading - shared tables and picture pointers
|
|
||||||
* should be freed from the original context only.
|
|
||||||
*/
|
*/
|
||||||
int is_copy;
|
int is_copy;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user