diff options
author | jstebbins <[email protected]> | 2014-01-12 21:48:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-01-12 21:48:54 +0000 |
commit | d69e6b4612a40ba2a4714ac8e02a9b4fea6bb03c (patch) | |
tree | d51d1d3b5f01a2ea27b97c2eed8ddc26865ec333 /libhb/bd.c | |
parent | a42fd932a3fdc837bd7d7c8d83f7f0a335f18ce7 (diff) |
bump libav, libav-v10_alpha1-90-g63debaa
Adds interlaced VC1 and HEVC support.
Eliminates the need for most of our local patches.
Many assorted bug fixes and improvements.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5962 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/bd.c')
-rw-r--r-- | libhb/bd.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libhb/bd.c b/libhb/bd.c index 4251d0403..7d2bab390 100644 --- a/libhb/bd.c +++ b/libhb/bd.c @@ -336,15 +336,6 @@ hb_title_t * hb_bd_title_scan( hb_bd_t * d, int tt, uint64_t min_duration ) "Unknown" ); - if ( bdvideo->coding_type == BLURAY_STREAM_TYPE_VIDEO_VC1 && - ( bdvideo->format == BLURAY_VIDEO_FORMAT_480I || - bdvideo->format == BLURAY_VIDEO_FORMAT_576I || - bdvideo->format == BLURAY_VIDEO_FORMAT_1080I ) ) - { - hb_log( "bd: Interlaced VC-1 not supported" ); - goto fail; - } - switch( bdvideo->coding_type ) { case BLURAY_STREAM_TYPE_VIDEO_MPEG1: |