]> granicus.if.org Git - libvpx/commit
Quick fix to stop vpxdec infinite loop
authorScott LaVarnway <slavarnway@google.com>
Wed, 12 Jun 2013 17:46:47 +0000 (13:46 -0400)
committerScott LaVarnway <slavarnway@google.com>
Wed, 12 Jun 2013 17:46:47 +0000 (13:46 -0400)
commit9dead02b094f7d9ab49372c2a2aaf8b20539e39d
treef1231884e13448efb1477dff87fbc2670d6e410a
parent15f9077ee2a6632beac2978e2574b2fc223613b1
Quick fix to stop vpxdec infinite loop

vpxdec stays in a loop when decoding vp9.  This patch is a
quick fix to stop the loop when all data has been decoded.
Eventually we should move the vp9_get_raw_frame() call into
vp8_get_frame().

Change-Id: I3f97b6b4e1fe9ba69f746a29fc54c3304956f661
vp9/vp9_dx_iface.c