]> git.sesse.net Git - ffmpeg/commit
h264: fix warnings in fill_filter_caches_inter()
authorAnton Khirnov <anton@khirnov.net>
Thu, 19 May 2016 06:19:14 +0000 (08:19 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:18:15 +0000 (11:18 +0200)
commit996f13413b0415097e2a184d161462ffb3ceb647
tree131afa39ae70cf0eec7f3f6e1b8ffb3dcdfe6a30
parentbc7f4268514624e1286ea76d27a89a56b4ee18e1
h264: fix warnings in fill_filter_caches_inter()

The code does some weird casting to a 2-dimensional sub-array of
ref2frm. This is not necessary, since only one dimension is needed
there.
libavcodec/h264_slice.c