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;
|
||||
ExtraSEI *sei;
|
||||
struct BufNode* next;
|
||||
int error;
|
||||
} BufNode;
|
||||
|
||||
typedef struct VTEncContext {
|
||||
|
|
Loading…
Reference in New Issue