Re: [x265] A compiler warning and a question

2014-07-10 Thread Mario *LigH* Rohkrämer
Am 09.07.2014, 20:28 Uhr, schrieb Steve Borho st...@borho.org: On Wed, Jul 9, 2014 at 3:04 AM, Mario *LigH* Rohkrämer cont...@ligh.de wrote: I made a trivial shell script to compile each both architectures (32 + 64 bit) and precisions (8 + 16 bpc) in a sequence. I noticed that the

[x265] A compiler warning and a question

2014-07-09 Thread Mario *LigH* Rohkrämer
v1.1+260-a1e46d813642 + h:/MSYS/home/Entwicklung/x265/source/Lib/TLibEncoder/TEncCu.cpp:1192:6: warning: unused parameter 'outBestPredYuv' [-Wunused-parameter] void TEncCu::xCheckRDCostMerge2Nx2N(TComDataCU* outBestCU, TComDataCU* outTempCU, bool *earlyDetectionSkipMode, TComYuv*

Re: [x265] A compiler warning and a question

2014-07-09 Thread Deepthi Nandakumar
Thanks, that was a bug, fixed. On Wed, Jul 9, 2014 at 1:34 PM, Mario *LigH* Rohkrämer cont...@ligh.de wrote: v1.1+260-a1e46d813642 + h:/MSYS/home/Entwicklung/x265/source/Lib/TLibEncoder/TEncCu.cpp:1192:6: warning: unused parameter 'outBestPredYuv' [-Wunused-parameter] void

Re: [x265] A compiler warning and a question

2014-07-09 Thread Steve Borho
On Wed, Jul 9, 2014 at 3:04 AM, Mario *LigH* Rohkrämer cont...@ligh.de wrote: v1.1+260-a1e46d813642 + h:/MSYS/home/Entwicklung/x265/source/Lib/TLibEncoder/TEncCu.cpp:1192:6: warning: unused parameter 'outBestPredYuv' [-Wunused-parameter] void TEncCu::xCheckRDCostMerge2Nx2N(TComDataCU*