diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-09-20 17:53:27 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2020-09-20 19:21:00 +1000 |
commit | 39801adc1956b3b9925567b88ecc0a93bd834384 (patch) | |
tree | 9805f2513fdadb891dd3a8db20d9a073e9ff03d1 /libavformat | |
parent | 101ac40f69c51605347fa2b7f5c76481592acd28 (diff) | |
download | ffmpeg-39801adc1956b3b9925567b88ecc0a93bd834384.tar.gz |
avformat/argo_asf: cosmetics
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/argo_asf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/argo_asf.c b/libavformat/argo_asf.c index eb0c18601d..6f7d9e93c9 100644 --- a/libavformat/argo_asf.c +++ b/libavformat/argo_asf.c @@ -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); |