summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-09-26 18:52:41 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-09-26 18:52:41 +0000
commit9bf0b939927808cf897ae3b7c67f34f07ae76b6e (patch)
treebe755b57152fb4833b4ed9285953ee38aae258ea
parentb1157fb4a263730a7aeee629075175d3e331c5c9 (diff)
downloadxine-lib-9bf0b939927808cf897ae3b7c67f34f07ae76b6e.tar.gz
xine-lib-9bf0b939927808cf897ae3b7c67f34f07ae76b6e.tar.bz2
Add missign command extending the size of video_types array and fixing the possible off by one reported by Coverit Scan CID 134.
CVS patchset: 8297 CVS date: 2006/09/26 18:52:41
-rw-r--r--src/input/vcd/libvcd/info.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/vcd/libvcd/info.c b/src/input/vcd/libvcd/info.c
index d98f9b9a9..aa8d2a01d 100644
--- a/src/input/vcd/libvcd/info.c
+++ b/src/input/vcd/libvcd/info.c
@@ -1,5 +1,5 @@
/*
- $Id: info.c,v 1.5 2006/01/01 21:28:32 valtri Exp $
+ $Id: info.c,v 1.6 2006/09/26 18:52:41 dgp85 Exp $
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -59,7 +59,7 @@
#include <stddef.h>
#include <errno.h>
-static const char _rcsid[] = "$Id: info.c,v 1.5 2006/01/01 21:28:32 valtri Exp $";
+static const char _rcsid[] = "$Id: info.c,v 1.6 2006/09/26 18:52:41 dgp85 Exp $";
#define BUF_COUNT 16
#define BUF_SIZE 80
@@ -302,7 +302,7 @@ vcdinfo_video_type2str(const vcdinfo_obj_t *obj, segnum_t seg_num)
"reserved (0x4)",
"PAL still",
"PAL still (lo+hires)",
- "PAL motion"
+ "PAL motion",
"INVALID ENTRY"
};