Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144919 | Differences between
and this patch

Collapse All | Expand All

(-)dvdauthor-0.6.11-orig/src/dvdvob.c (-2 / +2 lines)
Lines 1169-1177 Link Here
1169
                int dptr=buf[22]+23,ml=read2(buf+18)+20;
1169
                int dptr=buf[22]+23,ml=read2(buf+18)+20;
1170
                int st=buf[dptr];
1170
                int st=buf[dptr];
1171
                dptr++;
1171
                dptr++;
1172
                if( (st&0xf8)==0x20 ) { // subtitle
1172
/*                if( (st&0xf8)==0x20 ) { // subtitle
1173
                    procremap(&crs[st&31],buf+dptr,ml-dptr,&s->audch[st].audpts[s->audch[st].numaudpts-1].pts[1]);
1173
                    procremap(&crs[st&31],buf+dptr,ml-dptr,&s->audch[st].audpts[s->audch[st].numaudpts-1].pts[1]);
1174
                }
1174
                }*/
1175
            }
1175
            }
1176
            cursect++;
1176
            cursect++;
1177
            fsect++;
1177
            fsect++;

Return to bug 144919