diff options
author | Clément Bœsch <clement@stupeflix.com> | 2016-06-20 10:28:17 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2016-06-20 10:36:16 +0200 |
commit | 4fdea02d688cbe9a66db684b178180367cd5eb1b (patch) | |
tree | f609ec00fe5c19f00daa3ab1c4a701b834ce154b /libavcodec/h264_parse.h | |
parent | 432891a96e664d6c0e99a4d5ada78a87d561c92d (diff) | |
download | ffmpeg-4fdea02d688cbe9a66db684b178180367cd5eb1b.tar.gz |
lavc/h264: add a logging ctx to ff_h264_pred_weight_table()
Diffstat (limited to 'libavcodec/h264_parse.h')
-rw-r--r-- | libavcodec/h264_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_parse.h b/libavcodec/h264_parse.h index 4fdba54543..3ef640f111 100644 --- a/libavcodec/h264_parse.h +++ b/libavcodec/h264_parse.h @@ -58,7 +58,7 @@ struct H264ParamSets; int ff_h264_pred_weight_table(GetBitContext *gb, const struct SPS *sps, const int *ref_count, int slice_type_nos, - H264PredWeightTable *pwt); + H264PredWeightTable *pwt, void *logctx); /** * Check if the top & left blocks are available if needed & change the |