Commit d7ef1862 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

dvbinfo: fix crash in DumpContentDescriptor

(cherry picked from commit cd1ca59f)
Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent 613500a3
......@@ -1046,6 +1046,9 @@ static void DumpContentDescriptor(dvbpsi_content_dr_t *p_content_descriptor)
{ DVBPSI_CONTENT_CAT_EDUCATION, "Education" },
{ DVBPSI_CONTENT_CAT_LEISURE, "Leisur" },
{ DVBPSI_CONTENT_CAT_SPECIAL, "Special" },
{ 0, NULL }, /* 0xc unknown */
{ 0, NULL }, /* 0xd unknown */
{ 0, NULL }, /* 0xe unknown */
{ DVBPSI_CONTENT_CAT_USERDEFINED, "User defined" },
{ 0, NULL }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment