]> git.sesse.net Git - ffmpeg/commit
h264: simplify calls to ff_er_add_slice().
authorAnton Khirnov <anton@khirnov.net>
Sat, 2 Feb 2013 14:18:00 +0000 (15:18 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 15 Feb 2013 15:09:37 +0000 (16:09 +0100)
commit68f930d2188aba5b32624887dcbf688c23482834
tree7fdd837a67386fae64cfce40a834ed968e8cd7ba
parentd2a25c4032ce6ceabb0f51b5c1e6ca865395a793
h264: simplify calls to ff_er_add_slice().

partitioned_frame is never set for h264 (as easily seen from git grep).
libavcodec/h264.c