File: defaults.h

package info (click to toggle)
vcdtools 0.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 240 kB
  • ctags: 223
  • sloc: ansic: 2,000; makefile: 54; sh: 5
file content (16 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* The Binary output file containing the VCD image */

#define BINARY_OUTPUT_FILE "vcd_image.bin"
#define VCD_TOC_FILE       "vcd.toc"

/* Some default settings for the Video CD */

#define CD_SYSTEM_ID "CD-RTOS CD-BRIDGE"  /* mandatory ? */
#define CD_VOLUME_ID "LINUX VIDEO CD"     /* arbitrary */

#define CD_VOLUME_SET_ID  " "
#define CD_PUBLISHER_ID   " "
#define CD_PREPARER_ID    " "
#define CD_APPLICATION_ID "CDI/CDI_VCD.APP;1"

#define ISO_FS_BLOCKS 900