From afbd06d8d6151b69bbb18adf83cfab8d680c3946 Mon Sep 17 00:00:00 2001 From: van Date: Sat, 31 May 2008 17:00:42 +0000 Subject: - support blu-ray, avchd & dvb x264 - support video files handled by ffmpeg (avi, mkv, mp4, etc.) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1480 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libhb/common.c') diff --git a/libhb/common.c b/libhb/common.c index 00810dd79..bd183e9f9 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -593,6 +593,9 @@ hb_title_t * hb_title_init( char * dvd, int index ) t->list_chapter = hb_list_init(); t->list_subtitle = hb_list_init(); strcat( t->dvd, dvd ); + // default to decoding mpeg2 + t->video_id = 0xE0; + t->video_codec = WORK_DECMPEG2; return t; } -- cgit v1.2.3