OSDN Git Service

ffmpeg: remove unneeded ost->picref check.
authorClément Bœsch <ubitux@gmail.com>
Mon, 13 Feb 2012 22:24:31 +0000 (23:24 +0100)
committerClément Bœsch <ubitux@gmail.com>
Mon, 13 Feb 2012 22:32:39 +0000 (23:32 +0100)
commitb986590810fb5f90bc253882fa698bf3b9cf5efa
tree6f4ef6b0f2335e5308308a47181d31ab4d10f828
parentc214e986347447b011790fa2b874016bf1d558ae
ffmpeg: remove unneeded ost->picref check.

If there ost->picref is NULL, it will likely crash anyway a few lines
below by dereferencing it in order to access video attribute.
ffmpeg.c