]> git.sesse.net Git - ffmpeg/commit
h264: remove a useless svq3 condition
authorAnton Khirnov <anton@khirnov.net>
Thu, 7 Mar 2013 15:40:26 +0000 (16:40 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 11 Mar 2013 17:24:36 +0000 (18:24 +0100)
commitf08fefc4d099f2a1f2e3a6db3d340537e601f762
tree373c3355589577b4c975094a0c8b60961c36ac20
parent07054015cfe7df93abda8ac5ba1f5b5d0c44e499
h264: remove a useless svq3 condition

The svq3 decoder does not call ff_h264_frame_start() anymore.
libavcodec/h264.c