]> git.sesse.net Git - ffmpeg/commit
h264: do not call frame_start() for missing frames
authorAnton Khirnov <anton@khirnov.net>
Mon, 30 Nov 2015 09:44:39 +0000 (10:44 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 7 Dec 2015 10:42:26 +0000 (11:42 +0100)
commitf1ccd076801444ab7f524cb13e0886faaf10fd50
treed7fc3a07152c9845247a7d329bd8b6b4d240e5a2
parentd6dc5d15af0d8617611281a34a2c3f9ced149ccf
h264: do not call frame_start() for missing frames

We do not need to do a full setup like for a real frame, just allocate a
buffer and set cur_pic(_ptr).
libavcodec/h264_slice.c