mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
Add live filter stream type
This commit is contained in:
parent
0a59f04d60
commit
2a4370b6a0
3
common.h
3
common.h
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: common.h,v 1.7 2005/11/06 16:43:58 lordjaxom Exp $
|
* $Id: common.h,v 1.8 2007/04/24 10:50:13 schmirl Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VDR_STREAMDEV_COMMON_H
|
#ifndef VDR_STREAMDEV_COMMON_H
|
||||||
@ -83,6 +83,7 @@ enum eSuspendMode {
|
|||||||
enum eSocketId {
|
enum eSocketId {
|
||||||
siLive,
|
siLive,
|
||||||
siReplay,
|
siReplay,
|
||||||
|
siLiveFilter,
|
||||||
si_Count
|
si_Count
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user