summaryrefslogtreecommitdiffstats
path: root/asfheader.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-03 23:32:56 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-03 23:32:56 +0000
commit01df02c62ca0eb4216a693ce3141f245cb8dd6ff (patch)
treeebfbfefac23576547d965f1d0a9b318b5dcd58a9 /asfheader.c
parentdc776b2b5cdddfdf67e90565a8d838259480b101 (diff)
downloadmpv-01df02c62ca0eb4216a693ce3141f245cb8dd6ff.tar.bz2
mpv-01df02c62ca0eb4216a693ce3141f245cb8dd6ff.tar.xz
allow playing from stdin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@693 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'asfheader.c')
-rw-r--r--asfheader.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/asfheader.c b/asfheader.c
index 5c32362698..aa036b528d 100644
--- a/asfheader.c
+++ b/asfheader.c
@@ -180,6 +180,9 @@ if(verbose){
// case 0x33000890: return "guid_index_chunk";
} // switch GUID
+
+ if((*((unsigned int*)&objh.guid))==0x75b22636) break; // movi chunk
+
if(!stream_seek(demuxer->stream,endpos)) break;
} // while EOF