mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
avformat/argo_asf: cosmetics
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
101ac40f69
commit
39801adc19
@ -348,7 +348,7 @@ static int argo_asf_write_header(AVFormatContext *s)
|
||||
const char *end = strrchr(start, '.');
|
||||
size_t len;
|
||||
|
||||
if(end)
|
||||
if (end)
|
||||
len = end - start;
|
||||
else
|
||||
len = strlen(start);
|
||||
|
Loading…
x
Reference in New Issue
Block a user