summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/libmpeg2/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/libmpeg2/header.c')
-rw-r--r--apps/plugins/mpegplayer/libmpeg2/header.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/libmpeg2/header.c b/apps/plugins/mpegplayer/libmpeg2/header.c
index 001cafe7d5..b40193a338 100644
--- a/apps/plugins/mpegplayer/libmpeg2/header.c
+++ b/apps/plugins/mpegplayer/libmpeg2/header.c
@@ -307,6 +307,7 @@ static int sequence_ext (mpeg2dec_t * mpeg2dec)
307 return 1; 307 return 1;
308 case 2: /* 4:2:0 */ 308 case 2: /* 4:2:0 */
309 sequence->chroma_height >>= 1; 309 sequence->chroma_height >>= 1;
310 /* fallthrough */
310 case 4: /* 4:2:2 */ 311 case 4: /* 4:2:2 */
311 sequence->chroma_width >>= 1; 312 sequence->chroma_width >>= 1;
312 } 313 }