hevc: don't check for errors in PTL code
authorGuillaume Martres <smarter@ubuntu.com>
Sat, 14 Dec 2013 14:50:29 +0000 (15:50 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 20 Dec 2013 18:36:44 +0000 (19:36 +0100)
commit67bbaed5c498212bdd70b13b4fdcb37f4c9c77f5
tree918dd5612f344eb179d1192e084f8cdc5632cac3
parent321cb8b048c7a8c0d2950f9278f36d912a886fa0
hevc: don't check for errors in PTL code

According to the spec, the value of XXX_reserved_zero_44bits should be
ignored, so don't report an error when it's not zero.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/hevc_ps.c