Re: [FFmpeg-devel] 答复: 答复: [PATCH] fftools/ffmpeg_ffplay_ffprobe_cmdutils: add -mask_url to replace the protocol address in the command with the asterisk (*)

2022-12-24 Thread Nicolas George
Wujian(Chin) (12022-12-24): > This code simplicity does not affect the readability and > maintainability of the program You are not the one who maintain them, that is not your judgement. > The mask effect is like this:ffmpeg -mask_url -i rtsp://tyyy.com --> ffmpeg > -mask_url -i

[FFmpeg-devel] 答复: 答复: [PATCH] fftools/ffmpeg_ffplay_ffprobe_cmdutils: add -mask_url to replace the protocol address in the command with the asterisk (*)

2022-12-24 Thread Wujian(Chin)
Nicolas George(2022年12月23日 3:27): >Wujian(Chin) (12022-12-20): >> I think that it's more concise to use code this way. >Concision is not the goal here, maintainability is. Please do not use gotos. I found that goto can be used in three cases: 1. Jump directly from multiple cycles; 2. Clear