Guess what?
Yes - I found another one. When I tried to cut a VOB with two AC-3 audio
tracks (but no MP2) the sound was completely messed up. The tracks were
still there, but both of them were unusable due to a parsing error in
the PS reader. Those of you who have unresolved sound problems should
try cutting again with this patch.
Since this was the third patch within 24 hours, I'm now going to take a
break ;) Ralph, it's time to install ccache ;P
Have a nice weekend,
--
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little
Index: dvbcut/src/psfile.cpp
===================================================================
RCS file: /var/cvs/sys/qt3/dvbcut/src/psfile.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dvbcut/src/psfile.cpp 29 Jan 2006 12:40:09 -0000 1.2
+++ dvbcut/src/psfile.cpp 25 Aug 2006 23:43:21 -0000 1.3
@@ -197,7 +197,9 @@
skipped=0;
int payloadbegin=data[8]+9;
- if (sid&0x300)
+ if (sid >= 0x180 && sid <= 0x187) // ac3audio
+ payloadbegin += 4;
+ else if (sid&0x300)
++payloadbegin;
else if (sid&0xf0==0xe0) {
if ( *(uint32_t*)(data+payloadbegin)==mbo32(0x00000001) )
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user