History | View | Annotate | Download (30.7 KB)
mp: remove unused variable outlink in end_frame
Fix warning:vf_mp.c: In function ‘end_frame’:vf_mp.c:870: warning: unused variable ‘outlink’
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
mp: extend syntax, make it accept mp=filter=params
Make the mp wrapper accept the syntax mp=filter=params as alternativeto mp=filter:params. The alternative syntax is sligthly more readableand should simplify copy&paste of MPlayer filter strings to the mp...
Merge libavcore into libavutil
Done to keep ABI compatible. Otherwise this is just silly
Warn about vf_mp
Add libmpcodecs wrapper for libavfilter, still disabled