Skip to content

Commit

Permalink
Add missing break statement in dvbsubdec.c
Browse files Browse the repository at this point in the history
Mea culpa - those are my mods to the dvb subtitle decoder.
(cherry picked from commit af0f68e)
  • Loading branch information
Mark Kendall committed Jan 18, 2011
1 parent 3f991fa commit f25787f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/external/FFmpeg/libavcodec/dvbsubdec.c
Expand Up @@ -1481,6 +1481,7 @@ static int dvbsub_decode(AVCodecContext *avctx,
break;
case DVBSUB_DISPLAYDEFINITION_SEGMENT:
dvbsub_parse_display_definition_segment(avctx, p, segment_length);
break;
case DVBSUB_DISPLAY_SEGMENT:
*data_size = dvbsub_display_end_segment(avctx, p, segment_length, sub);
break;
Expand Down

0 comments on commit f25787f

Please sign in to comment.