1
0
Fork 0

avformat/libsrt: Remove manually free AV_OPT_TYPE_STRING

Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
Zhao Zhili 2024-02-15 10:15:08 +08:00
parent 80cd6e655b
commit 4ea2b271eb
1 changed files with 0 additions and 3 deletions

View File

@ -674,9 +674,6 @@ static int libsrt_open(URLContext *h, const char *uri, int flags)
return 0;
err:
av_freep(&s->smoother);
av_freep(&s->streamid);
av_freep(&s->passphrase);
srt_cleanup();
return ret;
}