You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/libsrt: Remove manually free AV_OPT_TYPE_STRING
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user