[FFmpeg-devel] [PATCH] avformat: add a concat protocol that takes a line break delimited list of resources

Nicolas George george at nsup.org
Thu Jun 24 19:38:30 EEST 2021


James Almer (12021-06-24):
> Can the \n in filenames be escaped, either with backslash or quotes, like
> with other special characters? If so, then they should be supported that way
> already.

Please test. Reading your code tells me it does not work as is, but it
could. You are making a common mistake there: you are parsing the same
thing twice differently, once with ff_read_line_to_bprint_overwrite()
and once with av_get_token().

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210624/7d334f1c/attachment.sig>


More information about the ffmpeg-devel mailing list