Advertisement
Guest User

Untitled

a guest
Feb 20th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. [ 16%] Building CXX object common/CMakeFiles/common.dir/__/Lib/TLibCommon/TComPic.cpp.o
  2. /Users/steve/repos/x265/source/Lib/TLibCommon/TComPic.cpp:63:7: warning: field 'm_cuCostsForVbv' will be initialized after field
  3. 'm_rowEncodedBits' [-Wreorder]
  4. , m_cuCostsForVbv(NULL)
  5. ^
  6. 1 warning generated.
  7.  
  8.  
  9. /Users/steve/repos/x265/source/encoder/ratecontrol.cpp:781:9: warning: declaration shadows a field of 'x265::RateControl' [-Wshadow]
  10. int sliceType = pic->getSlice()->getSliceType();
  11. ^
  12. /Users/steve/repos/x265/source/encoder/ratecontrol.h:79:15: note: previous declaration is here
  13. SliceType sliceType; /* Current frame type */
  14. ^
  15. /Users/steve/repos/x265/source/encoder/ratecontrol.cpp:837:13: error: use of undeclared identifier 'fp'
  16. fprintf(fp,"\n poc :%d , type : %d , slice Qp : %d , row : %d , startvbv : %f ", pic->getPOC(), rce->sliceType, pic->getSlice()->get...
  17. ^
  18. /Users/steve/repos/x265/source/encoder/ratecontrol.cpp:928:21: error: use of undeclared identifier 'fp'
  19. fprintf(fp,", endvbv : %f ", qpVbv);
  20. ^
  21. /Users/steve/repos/x265/source/encoder/ratecontrol.cpp:942:21: error: use of undeclared identifier 'fp'
  22. fprintf(fp,", endvbv : %f ", qpVbv);
  23. ^
  24. /Users/steve/repos/x265/source/encoder/ratecontrol.cpp:946:13: error: use of undeclared identifier 'fp'
  25. fprintf(fp,", endvbv : %f ", qpVbv);
  26. ^
  27. 1 warning and 4 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement