mpv/player
wm4 34b7d52317 lavfi: fix minor memory leak
The AVFrame in the tmp_frame field was never actually deallocated.

Since this AVFrame holds data temporarily only, and is unreferenced
immediately after use, there is actually no need to make it per-pad, so
simplify it a bit.

(There's also no real value in caching this tmp_frame at all, but I
guess it makes the control flow slightly simpler.)
2017-02-13 13:12:29 +01:00
..
lua
audio.c
client.c
client.h
command.c
command.h
configfiles.c
core.h
external_files.c
external_files.h
lavfi.c
lavfi.h
loadfile.c
lua.c
main.c
misc.c
osd.c
playloop.c
screenshot.c
screenshot.h
scripting.c
sub.c
video.c