summaryrefslogtreecommitdiff
path: root/libavformat/mlvdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mlvdec.c')
-rw-r--r--libavformat/mlvdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mlvdec.c b/libavformat/mlvdec.c
index 319cd26de4..d387c871ee 100644
--- a/libavformat/mlvdec.c
+++ b/libavformat/mlvdec.c
@@ -342,9 +342,9 @@ static int read_header(AVFormatContext *avctx)
return ret;
/* scan secondary files */
- if (strlen(avctx->filename) > 2) {
+ if (strlen(avctx->url) > 2) {
int i;
- char *filename = av_strdup(avctx->filename);
+ char *filename = av_strdup(avctx->url);
if (!filename)
return AVERROR(ENOMEM);