add a comment

This commit is contained in:
Andreas Öman 2009-12-11 16:35:42 +00:00
parent 6f9b900343
commit e3ae278a12

View file

@ -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,