> On Dec 30, 2023, at 23:21, Zhao Zhili <[email protected]> wrote: > >> -----Original Message----- >> From: ffmpeg-devel <[email protected]> On Behalf Of xufuji456 >> via ffmpeg-devel >> Sent: 2023年12月30日 16:41 >> To: [email protected] >> Cc: xufuji456 <[email protected]> >> Subject: [FFmpeg-devel] [PATCH] fftool/ffplay: avoid same name in local >> variable >> >> There is a warning in XCode:"Declaration shadows a local variable" >> >> Signed-off-by: xufuji456 <[email protected]> >> --- >> fftools/ffplay.c | 10 +++++----- >> 1 file changed, 5 insertions(+), 5 deletions(-) >> >> > > LGTM. The commit message could be reworded like "fix a variable shadowing".
Applied, thanks! > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] <mailto:[email protected]> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] <mailto:[email protected]> with > subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
