diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-04-11 10:06:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-24 10:06:24 +0200 |
commit | 89ae244e78a8d636fbb8427a2da052b04cf710bd (patch) | |
tree | eacd1d5b9f0044671b1a6eda197d85537a89ec59 /libavcodec/h264_refs.c | |
parent | 755f79f84cbeb5d749fb120e55e0098a2d7663a0 (diff) | |
download | ffmpeg-89ae244e78a8d636fbb8427a2da052b04cf710bd.tar.gz |
h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()
Diffstat (limited to 'libavcodec/h264_refs.c')
-rw-r--r-- | libavcodec/h264_refs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index 395c240387..855248781a 100644 --- a/libavcodec/h264_refs.c +++ b/libavcodec/h264_refs.c @@ -352,7 +352,7 @@ int ff_h264_decode_ref_pic_list_reordering(const H264Context *h, H264SliceContex return 0; } -void ff_h264_fill_mbaff_ref_list(H264Context *h, H264SliceContext *sl) +void ff_h264_fill_mbaff_ref_list(H264SliceContext *sl) { int list, i, j; for (list = 0; list < sl->list_count; list++) { //FIXME try list_count |