summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/chd.h')
-rw-r--r--src/lib/util/chd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/util/chd.h b/src/lib/util/chd.h
index 7914a9161f9..d8c74dca5d9 100644
--- a/src/lib/util/chd.h
+++ b/src/lib/util/chd.h
@@ -130,6 +130,9 @@
#define AV_METADATA_TAG 0x41564156 /* 'AVAV' */
#define AV_METADATA_FORMAT "FPS:%d.%06d WIDTH:%d HEIGHT:%d INTERLACED:%d CHANNELS:%d SAMPLERATE:%d"
+/* A/V laserdisc frame metadata */
+#define AV_LD_METADATA_TAG 0x41564C44 /* 'AVLD' */
+
/* CHD open values */
#define CHD_OPEN_READ 1
#define CHD_OPEN_READWRITE 2