[MPlayer-users] mplayerpre4 and pre5 - avisplit

Moritz Bunkus moritz at bunkus.org
Wed Sep 1 19:08:00 CEST 2004


Hi,

you can try to apply the attached patch against transcode's avilib and
recompile avisplit with it.

Mosu

-- 
If Darl McBride was in charge, he'd probably make marriage
unconstitutional too, since clearly it de-emphasizes the commercial
nature of normal human interaction, and probably is a major impediment
to the commercial growth of prostitution. - Linus Torvalds
-------------- next part --------------
Index: avilib.c
===================================================================
--- avilib.c	(revision 1642)
+++ avilib.c	(working copy)
@@ -2553,7 +2553,9 @@
 	 }
 	 i += 8;
       }
-      else if(strncasecmp(hdrl_data+i,"JUNK",4) == 0) {
+      else if ((strncasecmp(hdrl_data+i,"JUNK",4) == 0) ||
+               (strncasecmp(hdrl_data+i,"strn",4) == 0) ||
+               (strncasecmp(hdrl_data+i,"vprp",4) == 0)) {
 	 i += 8;
 	 // do not reset lasttag
       } else


More information about the MPlayer-users mailing list