]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix to updated SET_SVC_REF_FRAME_CONFIG control
authorMarco Paniconi <marpan@google.com>
Sat, 11 Aug 2018 19:59:40 +0000 (12:59 -0700)
committerMarco Paniconi <marpan@google.com>
Sat, 11 Aug 2018 20:17:42 +0000 (13:17 -0700)
commitb8642738c9851232c9bb1e1a22474953d3d367cf
tree8862f9ef19920d8e5babcb46bc1283885fb5d2bb
parent7c326d7ad06622ad825ced39f78ba3fedca30cbb
vp9-svc: Fix to updated SET_SVC_REF_FRAME_CONFIG control

Add flag to separate two cases of bypass (flexible) SVC mode:
usage of using the SET_SVC_REF_FRAME_CONFIG vs passing in the
frame_flags in the vpx_encode (only used for temporal layers).

This fixes failures in Datarate Temporal layer test,
introduced in commit: a66da31

Change-Id: Ie62f933987c20792d1f963d645e98c1903bdd423
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_svc_layercontext.c
vp9/encoder/vp9_svc_layercontext.h
vp9/vp9_cx_iface.c