summaryrefslogtreecommitdiffstats
path: root/asfheader.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-15 19:38:34 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-15 19:38:34 +0000
commitd9f508424368895842f5dc783d57636fcdfb3fb1 (patch)
tree12b51358fa0ccee41f255f8b9dea1cb7f2e98c82 /asfheader.c
parent891f664f7de04112d5a3f8aef50a2386fbc5adda (diff)
downloadmpv-d9f508424368895842f5dc783d57636fcdfb3fb1.tar.bz2
mpv-d9f508424368895842f5dc783d57636fcdfb3fb1.tar.xz
small code cleanup, removed unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@110 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'asfheader.c')
-rw-r--r--asfheader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asfheader.c b/asfheader.c
index c5e9064e7c..29f71b9698 100644
--- a/asfheader.c
+++ b/asfheader.c
@@ -87,7 +87,6 @@ char* asf_chunk_type(unsigned char* guid){
int asf_check_header(){
unsigned char asfhdrguid[16]={0x30,0x26,0xB2,0x75,0x8E,0x66,0xCF,0x11,0xA6,0xD9,0x00,0xAA,0x00,0x62,0xCE,0x6C};
- int i;
stream_read(demuxer->stream,(char*) &asfh,sizeof(asfh)); // header obj
// for(i=0;i<16;i++) printf(" %02X",temp[i]);printf("\n");
// for(i=0;i<16;i++) printf(" %02X",asfhdrguid[i]);printf("\n");