virinext / hevcesbrowser

HEVCESBrowser is a tool for analyzing hevc(h265) bitstreams
GNU General Public License v2.0
338 stars 98 forks source link

fixing to pre_lut_num_val_minus1 condition check. #8

Closed yoya closed 6 years ago

yoya commented 6 years ago

error: ordered comparison between pointer and zero ('uint8_t '(aka 'unsigned char ') and 'int') if(pSeiPayload -> pre_lut_num_val_minus1> 0)

environment) macOS High Sierra % cc --version Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

virinext commented 6 years ago

Thanks you for fixing this issue.