Browse Source
avformat/argo_asf: cosmetics
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
tags/n4.4
Zane van Iperen
5 years ago
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|
|