summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2010-12-02 09:57:17 +0100
committerMikko Matilainen <mikkom@iki.fi>2011-03-22 21:16:18 +0200
commit6ea5efe93960fc761dbb5e0b2d93d9b5818d5d7c (patch)
tree836d96c9a4688a01745719787a7a0e83804356f8 /common.h
parent0a860a1e3e45ee83563b09beb93ede0e99eb75fb (diff)
downloadvdr-plugin-streamdev-6ea5efe93960fc761dbb5e0b2d93d9b5818d5d7c.tar.gz
vdr-plugin-streamdev-6ea5efe93960fc761dbb5e0b2d93d9b5818d5d7c.tar.bz2
Snapshot 2010-09-15
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index ef6ef9e..12025f5 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.15 2009/09/18 10:41:41 schmirl Exp $
+ * $Id: common.h,v 1.16 2010/07/19 13:49:24 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_COMMON_H
@@ -37,7 +37,7 @@ enum eStreamType {
stPES,
stPS,
stES,
- stExtern,
+ stEXT,
stTSPIDS,
st_Count
};