# HG changeset patch # User nicodvb # Date 1150753382 0 # Node ID 411183f41efb3fcd0decb41392f85959285052f8 # Parent 96a1b9c26771f1730d5b6d9f6f5ffc0360d8ec02 Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pardus punctum org puntum tr) diff -r 96a1b9c26771 -r 411183f41efb help/help_mp-en.h --- a/help/help_mp-en.h Mon Jun 19 20:29:44 2006 +0000 +++ b/help/help_mp-en.h Mon Jun 19 21:43:02 2006 +0000 @@ -584,8 +584,6 @@ #define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n" #define MSGTR_CantSeekFile "Cannot seek in this file.\n" -#define MSGTR_EncryptedVOB "Encrypted VOB file! Read DOCS/HTML/en/cd-dvd.html.\n" - #define MSGTR_MOVcomprhdr "MOV: Compressed headers support requires ZLIB!\n" #define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FourCC detected!?\n" #define MSGTR_MOVtooManyTrk "MOV: WARNING: too many tracks" diff -r 96a1b9c26771 -r 411183f41efb libmpdemux/demux_mpg.c --- a/libmpdemux/demux_mpg.c Mon Jun 19 20:29:44 2006 +0000 +++ b/libmpdemux/demux_mpg.c Mon Jun 19 21:43:02 2006 +0000 @@ -246,9 +246,6 @@ int pts_flags; int hdrlen; // System-2 (.VOB) stream: - if((c>>4)&3) { - mp_msg(MSGT_DEMUX,MSGL_WARN,MSGTR_EncryptedVOB); - } c=stream_read_char(demux->stream); pts_flags=c>>6; c=stream_read_char(demux->stream); hdrlen=c; len-=2;