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

James Almer jamrial at gmail.com
Fri Jun 25 00:07:47 EEST 2021


On 6/24/2021 1:38 PM, Nicolas George wrote:
> 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().

Can you tell me how to create a file with a \n in its name? I can test 
on Archlinux.

Thanks.

> 
> Regards,
> 
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> 



More information about the ffmpeg-devel mailing list