Terminate a value_string. Remove a couple of trailing commas.

svn path=/trunk/; revision=41604
This commit is contained in:
Jeff Morriss 2012-03-16 13:19:16 +00:00
parent 45785bc056
commit 53c44185bf
1 changed files with 19 additions and 18 deletions

View File

@ -251,7 +251,7 @@ static const value_string mpeg_descr_audio_stream_id_vals[] = {
{ 0x00, "ID not set to 1 in all the frames" },
{ 0x01, "ID set to 1 in all the frames" },
{ 0x00, NULL },
{ 0x00, NULL }
};
static const value_string mpeg_descr_audio_stream_variable_rate_audio_indicator_vals[] = {
@ -325,7 +325,7 @@ static const value_string mpeg_descr_iso639_type_vals[] = {
{ 0x02, "Hearing Impaired" },
{ 0x03, "Visual Impaired Comentary" },
{ 0x00, NULL },
{ 0x00, NULL }
};
void
@ -840,6 +840,7 @@ static const value_string mpeg_descr_component_stream_content_vals[] = {
{ 0x06, "Audio (HE-AAC)" },
{ 0x07, "Audio (DTS)" },
{ 0x0, NULL }
};
static const value_string mpeg_descr_component_content_type_vals[] = {
@ -1146,7 +1147,7 @@ static const value_string mpeg_descr_parental_rating_vals[] = {
{ 0x0E, "Minimum 17 year old" },
{ 0x0F, "Minimum 18 year old" },
{ 0x00, NULL },
{ 0x00, NULL }
};
void