add a comment
This commit is contained in:
parent
6f9b900343
commit
e3ae278a12
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ TAILQ_HEAD(th_pktref_queue, th_pktref);
|
|||
LIST_HEAD(streaming_target_list, streaming_target);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Stream component types
|
||||
*/
|
||||
typedef enum {
|
||||
SCT_MPEG2VIDEO = 1,
|
||||
SCT_MPEG2AUDIO,
|
||||
|
|
Loading…
Add table
Reference in a new issue