mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/videotoolboxenc: Remove unused variable
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
2eae57c862
commit
4a3625859b
|
@ -229,7 +229,6 @@ typedef struct BufNode {
|
||||||
CMSampleBufferRef cm_buffer;
|
CMSampleBufferRef cm_buffer;
|
||||||
ExtraSEI *sei;
|
ExtraSEI *sei;
|
||||||
struct BufNode* next;
|
struct BufNode* next;
|
||||||
int error;
|
|
||||||
} BufNode;
|
} BufNode;
|
||||||
|
|
||||||
typedef struct VTEncContext {
|
typedef struct VTEncContext {
|
||||||
|
|
Loading…
Reference in New Issue