mirror of https://github.com/FFmpeg/FFmpeg.git
The format is now: -bsf:X filter1[=opt1=str1/opt2=str2],filter2 ie the parameters are appended after the filter name using '='. As ',' has been reserved already for the list of filters, '/' is just an example of token separation for now, but that could become part of the API to avoid each bsf using its own tokenization. The proper solution would be using AVOption, but this is overkill for now. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/100/head
parent
0b5adc3520
commit
4c592c3908
4 changed files with 19 additions and 1 deletions
Loading…
Reference in new issue