[FFmpeg-trac] #3234(avfilter:closed): Eval in volume filter problem
FFmpeg
trac at avcodec.org
Wed Dec 25 18:39:23 CET 2013
#3234: Eval in volume filter problem
-------------------------------------+------------------------------------
Reporter: Ajaja | Owner:
Type: enhancement | Status: closed
Priority: normal | Component: avfilter
Version: git-master | Resolution: fixed
Keywords: volume | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
-------------------------------------+------------------------------------
Changes (by saste):
* analyzed: 0 => 1
* status: open => closed
* resolution: => fixed
* reproduced: 0 => 1
* type: defect => enhancement
Comment:
When you assign an option constant you should not rely on expressions such
as CONST op CONST.
Anyway the volume syntax was extended in:
{{{
commit 7619a87cc8b9a1ac6ea6cf03b674f5a74b1ac90c
Author: Stefano Sabatini <stefasab at gmail.com>
Date: Sat Feb 23 00:17:17 2013 +0100
lavfi/volume: support volume expression and per-frame expression
evaluation
The eval mode allows to evaluate the expression per-frame or just at
init.
In particular, address ticket #3234.
}}}
and thus such expression is now admitted by the volume syntax.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3234#comment:4>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list