summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDenis Loh <denis.loh@gmail.com>2009-10-28 11:57:37 +0100
committerDenis Loh <denis.loh@gmail.com>2009-10-28 11:57:37 +0100
commit8f5c2e9e959d137eda7551691661861ca957459f (patch)
tree2795f47d909ea50895625bcfa45cec2dfc6d0236 /common.h
parent08a0fde39e774d2dd8e688928d92a438f3fac8ce (diff)
downloadvdr-plugin-upnp-8f5c2e9e959d137eda7551691661861ca957459f.tar.gz
vdr-plugin-upnp-8f5c2e9e959d137eda7551691661861ca957459f.tar.bz2
Removed bug with ' in recordings
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 6762b47..6dc7975 100644
--- a/common.h
+++ b/common.h
@@ -718,7 +718,7 @@ struct DLNAIconProfile {
/* Audio */
extern DLNAProfile DLNA_PROFILE_MPEG1_L3; // MP3
/* Video */
-extern DLNAProfile DLNA_PROFILE_MPEG2_TS_SD_EU; // This is the profile for DVB-TV
+extern DLNAProfile DLNA_PROFILE_MPEG_TS_SD_EU; // This is the profile for DVB-TV
extern DLNAProfile DLNA_PROFILE_AVC_TS_HD_EU; // This is the profile for DVB-TV
/* Icons */