Revision f87b1b37 libavformat/mov.c
libavformat/mov.c | ||
---|---|---|
1722 | 1722 |
|
1723 | 1723 |
av_strlcat(filename, ref->path + l + 1, 1024); |
1724 | 1724 |
|
1725 |
if (!avio_open(pb, filename, URL_RDONLY))
|
|
1725 |
if (!avio_open(pb, filename, AVIO_RDONLY))
|
|
1726 | 1726 |
return 0; |
1727 | 1727 |
} |
1728 | 1728 |
} |
Also available in: Unified diff