diff options
author | handbrake <[email protected]> | 2013-02-05 06:12:34 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2013-02-05 06:12:34 +0000 |
commit | bfc16e14a26340aa3c94856ab88370f72a2d5513 (patch) | |
tree | e932bde9a920a455578a6e25c2dcb6cbd770f19e /libhb | |
parent | 4ff1469fa28ed7e5860964b56149665424e35613 (diff) |
modify the scan path without hardware decoder
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5240 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index 0790394a8..3ae2b1951 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -611,7 +611,7 @@ static int hb_stream_get_type(hb_stream_t *stream) if ( fread(buf, 1, sizeof(buf), stream->file_handle) == sizeof(buf) ) { #ifdef USE_HWD - if ( hb_get_gui_info(&hb_gui, 1) || (hb_get_gui_info(&hb_gui, 3) == 0) ) + if ( hb_get_gui_info(&hb_gui, 1) ) return 0; #endif int psize; |