mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avfilter/dnn_backend_tf: remove unused define
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
e67af9e7f7
commit
f3495ef4f8
1 changed files with 0 additions and 2 deletions
|
|
@ -474,8 +474,6 @@ static int load_tf_model(TFModel *tf_model, const char *model_filename)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#define NAME_BUFFER_SIZE 256
|
||||
|
||||
static void dnn_free_model_tf(DNNModel **model)
|
||||
{
|
||||
TFModel *tf_model;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue