提交 b76dd6a6 编写于 作者: C Clément Bœsch

Merge commit 'ee59f054'

* commit 'ee59f054':
  intrax8: Have function signature match across declaration and definition
Merged-by: NClément Bœsch <cboesch@gopro.com>
......@@ -770,7 +770,7 @@ av_cold void ff_intrax8_common_end(IntraX8Context *w)
av_freep(&w->prediction_table);
}
int ff_intrax8_decode_picture(IntraX8Context *const w, Picture *pict,
int ff_intrax8_decode_picture(IntraX8Context *w, Picture *pict,
GetBitContext *gb, int *mb_x, int *mb_y,
int dquant, int quant_offset,
int loopfilter, int lowdelay)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册