summaryrefslogtreecommitdiff
path: root/libavfilter/dnn
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-07-03 17:02:59 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2021-07-04 09:54:33 +0530
commit301d275301d72387732ccdc526babaf984ddafe5 (patch)
treee5bcef59821f6bcdd9473ccdad647b467cca3d0f /libavfilter/dnn
parent70874e024a6eae0f95bd8dd4b9b4367ffd937f41 (diff)
avcodec/bsf: switch to av_get_token to parse bsf list string
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.
Diffstat (limited to 'libavfilter/dnn')
0 files changed, 0 insertions, 0 deletions