summaryrefslogtreecommitdiff
path: root/examples/vp9cx_set_ref.c
AgeCommit message (Collapse)Author
2016-09-27Add compiler flag -Wsign-compareUrvang Joshi
Also, fix the warnings generated by this flag. (cherry picked from commit ebeb1155d4fa6d28e2f40c92265245f8df097fcb) From AOM. Don't actually add -Wsign-compare. It will be covered by -Wextra. Switch to vpx_integer.h from df9c9d6d4c43f02c58d4e776c53323788e013cbc BUG=webm:1069 Change-Id: I1dc6e61caa5d56af4a55b6692ab620bb3144652a
2016-09-19examples: quiet -Wshorten-64-to-32 warningsJames Zern
all around usage of strtol/strtoul Change-Id: If907c89f107a068987aa71ddd93cee9a7389e4cd
2016-09-16zero structures completelyJohann
Use vp[89]_zero when possible. Expand the {} set when neither is available or nearby. Change-Id: Ifc1f46f60100916cd798bf7be3a10f09321c99bd
2016-09-13vp9cx_set_ref.c: remove unused 'cfg' parameterJohann
Cleans -Wextra/-Wunused-parameter warning: warning: unused parameter ‘cfg’ Change-Id: I84eae57a50306cb66c625bb648b0a330678818db
2016-07-18examples: apply clang-formatclang-format
Change-Id: Icc3bbb07c99a31a70030baec7e51b881902a7b5e
2016-07-07Fix Visual Studio build warningYunqing Wang
Fixed signed/unsigned mismatch warning. Change-Id: I1634d0634de752f4b8baa8059e8f3e2891fa53b6
2016-07-06Modify the name of vp9cx_set_ref exampleYunqing Wang
Modified the name of vp9cx_set_ref example so that the test script ran correctly. Change-Id: I0ab2de66220b0a88b7af7ea1633a088ab78dd9ff