diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-03-25 16:07:51 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-03-25 16:07:51 +0100 |
commit | 6adc2d76929fb8549689080c3510d3ff926ef4d2 (patch) | |
tree | 8ac6828cf73998d79662d7814ec43c209b27cbe3 /command/markad-standalone.h | |
parent | b0c05b03c5ddf44ea4e3d2b9382dcb9e3ed902bc (diff) | |
download | vdr-plugin-markad-6adc2d76929fb8549689080c3510d3ff926ef4d2.tar.gz vdr-plugin-markad-6adc2d76929fb8549689080c3510d3ff926ef4d2.tar.bz2 |
Fixed TS afc error which led to "demux error"
Added more error messages and stream numbers
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r-- | command/markad-standalone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h index 77b9bde..b87422e 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -193,7 +193,7 @@ unsigned Descriptor_Length: struct timeval tv1,tv2; struct timezone tz; - bool noticeVDR_MP2; + bool noticeVDR_VID; bool noticeVDR_AC3; bool noticeHEADER; bool noticeFILLER; |