>> 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 <839789...@qq.com>
>> ---
>> fftools/ffplay.c |
> -Original Message-
> From: ffmpeg-devel On Behalf Of xufuji456
> via ffmpeg-devel
> Sent: 2023年12月30日 16:41
> To: ffmpeg-devel@ffmpeg.org
> Cc: xufuji456 <839789...@qq.com>
> Subject: [FFmpeg-devel] [PATCH] fftool/ffplay: avoid same name in local
> varia
There is a warning in XCode:"Declaration shadows a local variable"
Signed-off-by: xufuji456 <839789...@qq.com>
---
fftools/ffplay.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/fftools/ffplay.c b/fftools/ffplay.c
index ea5ff31393..17861e60be 100644
--- a/fftools/