Commit a1f67e3a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MP4: missing break in switch

parent 234d2068
...@@ -317,6 +317,7 @@ static void SetupmdirMeta( vlc_meta_t *p_meta, MP4_Box_t *p_box ) ...@@ -317,6 +317,7 @@ static void SetupmdirMeta( vlc_meta_t *p_meta, MP4_Box_t *p_box )
} }
vlc_meta_AddExtra( p_meta, N_("Rating"), psz_rating ); vlc_meta_AddExtra( p_meta, N_("Rating"), psz_rating );
} }
break;
} }
case ATOM_trkn: case ATOM_trkn:
{ {
......
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