[vlc-commits] demux: ts: add missing running status
Francois Cartegnie
git at videolan.org
Thu Mar 3 18:16:17 CET 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Mar 3 18:05:54 2016 +0100| [d2a7fa842784582f1ff254085b20c0b6c74bf3c9] | committer: Francois Cartegnie
demux: ts: add missing running status
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2a7fa842784582f1ff254085b20c0b6c74bf3c9
---
modules/demux/mpeg/ts_psi_eit.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/mpeg/ts_psi_eit.h b/modules/demux/mpeg/ts_psi_eit.h
index 1a23752..15b4ee5 100644
--- a/modules/demux/mpeg/ts_psi_eit.h
+++ b/modules/demux/mpeg/ts_psi_eit.h
@@ -33,6 +33,7 @@
#define TS_SI_RUNSTATUS_STARTING 0x02
#define TS_SI_RUNSTATUS_PAUSING 0x03
#define TS_SI_RUNSTATUS_RUNNING 0x04
+#define TS_SI_RUNSTATUS_OFF_AIR 0x05
bool ts_attach_PSINewTableCallBack( dvbpsi_t *p_handle, void * );
More information about the vlc-commits
mailing list