avcodec/videotoolboxenc: Remove unused variable

Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
Zhao Zhili 2024-07-07 18:21:31 +08:00
parent 2eae57c862
commit 4a3625859b
1 changed files with 0 additions and 1 deletions

View File

@ -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 {