Enabled 2-Pass encoding support for x265.

This commit is contained in:
LoRd_MuldeR 2014-08-13 16:03:15 +02:00
parent d462755a9e
commit ee5c384578
2 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ public:
{
case OptionsModel::RCMode_CRF:
case OptionsModel::RCMode_CQ:
case OptionsModel::RCMode_2Pass:
case OptionsModel::RCMode_ABR:
return true;
default:

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 4
#define VER_X264_PATCH 1
#define VER_X264_BUILD 880
#define VER_X264_BUILD 881
#define VER_X264_PORTABLE_EDITION (0)