]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix to skip enhancement layer setting
authorMarco Paniconi <marpan@google.com>
Mon, 26 Nov 2018 21:58:28 +0000 (13:58 -0800)
committerMarco Paniconi <marpan@google.com>
Mon, 26 Nov 2018 22:36:34 +0000 (14:36 -0800)
commit09ed15d255d96e87ef388ddda7c276dd14042c37
treef85f3524b8794e909b15dbd1c1c3342836f2f400
parent314641e29816f7ec8079135291baa6ab3b2d7e83
vp9-svc: Fix to skip enhancement layer setting

If in constrained layer drop mode, avoid setting
skip flag if base layer is dropped, as whole superframe
will be dropped in this case. This avoids an assert trigger
in the svc superframe packing.

Change-Id: I51c953c7fee979790c65c798bac9bd3d805dc66f
vp9/encoder/vp9_encoder.c