1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

binary flag is rquired for win32

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10894 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2003-09-20 19:41:24 +00:00
parent 758dcca26a
commit c14bc5bbc0

View File

@ -263,7 +263,7 @@ mpeg_open(const char *filename)
res->packet = NULL;
res->packet_size = 0;
res->packet_reserve = 0;
res->stream = rar_open(filename, "r");
res->stream = rar_open(filename, "rb");
err = res->stream == NULL;
if (err)
perror("fopen Vobsub file failed");