summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 6b1d830a3..06fb00645 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -1032,6 +1032,7 @@ hb_title_t * hb_title_init( char * path, int index )
// default to decoding mpeg2
t->video_id = 0xE0;
t->video_codec = WORK_DECMPEG2;
+ t->angle_count = 1;
return t;
}