summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/decoder.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-05-16 09:56:49 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-05-16 09:56:49 +0000
commit071f3e913b675c57120ffa087daee39b075a16ae (patch)
treeba7418921265c8887c4a2d3a4c347c0719528b39 /src/input/libdvdnav/decoder.c
parent05eea1b8fb20e87c2cb846ac6537371dbdb5ed93 (diff)
downloadxine-lib-071f3e913b675c57120ffa087daee39b075a16ae.tar.gz
xine-lib-071f3e913b675c57120ffa087daee39b075a16ae.tar.bz2
libdvdnav merge:
* remove some unused files * dvdnav_internal.h uses the WORDS_BIGENDIAN define from xine-lib's global config.h * menu command filtering to avoid double commands in the same menu * message beautification by Jeff Smith CVS patchset: 4861 CVS date: 2003/05/16 09:56:49
Diffstat (limited to 'src/input/libdvdnav/decoder.c')
-rw-r--r--src/input/libdvdnav/decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/decoder.c b/src/input/libdvdnav/decoder.c
index ee701ee3a..7268bd79e 100644
--- a/src/input/libdvdnav/decoder.c
+++ b/src/input/libdvdnav/decoder.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: decoder.c,v 1.10 2003/05/11 13:44:04 jcdutton Exp $
+ * $Id: decoder.c,v 1.11 2003/05/16 09:56:50 mroi Exp $
*
*/
@@ -102,7 +102,7 @@ static void set_GPRM(registers_t* registers, uint8_t reg, uint16_t value) {
static uint16_t eval_reg(command_t* command, uint8_t reg) {
if(reg & 0x80) {
if ((reg & 0x1f) == 20) {
- fprintf(MSG_OUT, "libdvdnav: Suspected RCE Region Protection!!!");
+ fprintf(MSG_OUT, "libdvdnav: Suspected RCE Region Protection!!!\n");
}
return command->registers->SPRM[reg & 0x1f]; /* FIXME max 24 not 32 */
} else {