demux(avi): fix crash occuring when trying to open some avi files
fmt.p_extra should only reference malloc'ed memory, since it is cleaned with free() in es_format_Clean. This patch reuses the same logic for p_vids as that of p_auds.
Showing
Please register or sign in to comment