Merge "vp9_encodemv.h: fix function prototype"

This commit is contained in:
Yaowu Xu 2014-02-27 08:56:32 -08:00 коммит произвёл Gerrit Code Review
Родитель af7d99796e cac037635c
Коммит 962c3bbe11
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
const nmv_context* mvctx, int usehp);
void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
const nmv_context* const mvctx, int usehp);
const nmv_context* mvctx, int usehp);
void vp9_update_mv_count(VP9_COMP *cpi, MACROBLOCK *x, int_mv best_ref_mv[2]);