1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
Christophe Gisquet 4c592c3908 ffmpeg: take bsf arguments from the command line
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>
2014-11-30 13:11:34 +01:00
..
2014-11-21 01:25:54 +01:00
2014-07-20 02:01:50 +02:00
2014-06-03 10:58:19 -08:00
2014-10-18 00:48:49 +02:00
2014-10-22 23:12:38 +02:00
2014-05-28 03:52:50 +02:00
2014-11-22 02:09:09 +01:00
2014-07-17 11:29:01 +02:00