From e3ae278a12a8385610cf90e3861f4131dbebcd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 11 Dec 2009 16:35:42 +0000 Subject: [PATCH] add a comment --- src/tvhead.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tvhead.h b/src/tvhead.h index fc9ad2d9..cdac067b 100644 --- a/src/tvhead.h +++ b/src/tvhead.h @@ -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,