mirror of https://github.com/FFmpeg/FFmpeg.git
The recently added setts bsf makes use of the eval API whose expressions can contain commas. The existing parsing in av_bsf_list_parse_str() uses av_strtok to naively split the string at commas, thus preventing the use of setts filter with expressions containing commas. av_get_token can work with escaped commas, allowing full use of setts.pull/359/head
parent
70874e024a
commit
301d275301
1 changed files with 4 additions and 11 deletions
Loading…
Reference in new issue