mmal/codec: Enable error_concealment for h264
commitf870bdc6803650977a6833b2ff7d118b84719eda
authorJulian Scheel <julian@jusst.de>
Mon, 19 Jan 2015 10:30:33 +0000 (19 11:30 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 20 Jan 2015 06:06:32 +0000 (20 08:06 +0200)
tree6de1bf326ff19cd105ca7c3a952fc32d2fea9b12
parentcd6b82f8df3f9e80a8fdba2860bc6c9cdbbba2a0
mmal/codec: Enable error_concealment for h264

Until now error concealment was disabled for h264 decoding because the mmal
h264 decoder did not properly parse SEI so that depending on the stream it
could happen that no valid picture would be detected at all and therefore no
picture would be shown at all. Latest raspberry firmware fixed this, so that
error concealment works properly and can be enabled.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/hw/mmal/codec.c