Commit b76dd6a6 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'ee59f054'

* commit 'ee59f054':
  intrax8: Have function signature match across declaration and definition
Merged-by: 's avatarClément Bœsch <cboesch@gopro.com>
parents a48c0c41 ee59f054
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment