diff options
author | jstebbins <[email protected]> | 2014-08-18 17:22:30 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-08-18 17:22:30 +0000 |
commit | c548eb0cb8c86031541afaad848023fc8f4ff55a (patch) | |
tree | 95a2293b59a8289fa179fb19f52699aee024aae1 /libhb/stream.c | |
parent | 748126d08ba751d866f2d0140d04d4d08346cdf3 (diff) |
build: remove mp4v2 and libmkv dependencies
...and enable x265 by default
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6309 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/stream.c')
-rw-r--r-- | libhb/stream.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index 5ebdc3639..05f1e9fc9 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -5523,11 +5523,7 @@ static hb_title_t *ffmpeg_title_scan( hb_stream_t *stream, hb_title_t *title ) /* * Fill the metadata. */ - // JJJ: is this necessary? can we just get this metadata from libav api's? - if (!decmetadata( title )) - { - ffmpeg_decmetadata( ic->metadata, title ); - } + ffmpeg_decmetadata( ic->metadata, title ); if( hb_list_count( title->list_chapter ) == 0 ) { |