mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fftools/ffmpeg: drop OutputFile.sq_encode
It is unused since d119ae2fd8
This commit is contained in:
parent
0d01e61807
commit
4549f20222
2 changed files with 0 additions and 3 deletions
|
|
@ -845,7 +845,6 @@ void of_free(OutputFile **pof)
|
|||
return;
|
||||
mux = mux_from_of(of);
|
||||
|
||||
sq_free(&of->sq_encode);
|
||||
sq_free(&mux->sq_mux);
|
||||
|
||||
for (int i = 0; i < of->nb_streams; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue