Skip to content

Commit f25787f

Browse files
author
Mark Kendall
committed
Add missing break statement in dvbsubdec.c
Mea culpa - those are my mods to the dvb subtitle decoder. (cherry picked from commit af0f68e)
1 parent 3f991fa commit f25787f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythtv/external/FFmpeg/libavcodec/dvbsubdec.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,7 @@ static int dvbsub_decode(AVCodecContext *avctx,
14811481
break;
14821482
case DVBSUB_DISPLAYDEFINITION_SEGMENT:
14831483
dvbsub_parse_display_definition_segment(avctx, p, segment_length);
1484+
break;
14841485
case DVBSUB_DISPLAY_SEGMENT:
14851486
*data_size = dvbsub_display_end_segment(avctx, p, segment_length, sub);
14861487
break;

0 commit comments

Comments
 (0)