diff options
Diffstat (limited to 'libhb/stream.c')
-rw-r--r-- | libhb/stream.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index ba1d41761..d4d03ab12 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -5553,6 +5553,8 @@ static hb_title_t *ffmpeg_title_scan( hb_stream_t *stream, hb_title_t *title ) { int rotation = av_display_rotation_get((int32_t *)sd.data); switch (rotation) { + case 0: + title->rotation = HB_ROTATION_0; case 90: title->rotation = HB_ROTATION_90; break; |