frontend_types.h: fix unused-variable

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c109f36dd
Author: max_10 <max_10@gmx.de>
Date: 2020-11-07 (Sat, 07 Nov 2020)

Origin message was:
------------------
- frontend_types.h: fix unused-variable

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2020-11-07 11:36:23 +01:00
committed by vanhofen
parent 6a04e51e4b
commit 650510526e

View File

@@ -120,7 +120,7 @@ typedef enum {
PLS_Default_Root_Code
} fe_pls_code_t;
enum {
typedef enum {
No_T2MI_PLP_Id = NO_STREAM_ID_FILTER,
T2MI_Default_Pid = 4096
} fe_t2mi_pid_t;