diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-01-18 12:00:16 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-24 10:43:41 +0100 |
commit | 6728dd37ac3967395fa9c7a7905ed0511fb164e0 (patch) | |
tree | 9bee3f733142782729acb2da806c0796760ba1fc /configure | |
parent | 66fdbcbbc9d24e18c9faaa1f56bce85ccbb25e07 (diff) | |
download | ffmpeg-6728dd37ac3967395fa9c7a7905ed0511fb164e0.tar.gz |
pan: add channel mapping capability.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1659,6 +1659,7 @@ mp_filter_deps="gpl avcodec" mptestsrc_filter_deps="gpl" negate_filter_deps="lut_filter" ocv_filter_deps="libopencv" +pan_filter_deps="swresample" scale_filter_deps="swscale" tinterlace_filter_deps="gpl" yadif_filter_deps="gpl" |