[xiph-commits] r18794 - trunk/theora/lib
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Fri Feb 22 23:12:55 PST 2013
Author: tterribe
Date: 2013-02-22 23:12:55 -0800 (Fri, 22 Feb 2013)
New Revision: 18794
Modified:
trunk/theora/lib/decode.c
Log:
Fix telemetry output for non-striped decode.
I accidentally broke it in r18218.
Modified: trunk/theora/lib/decode.c
===================================================================
--- trunk/theora/lib/decode.c 2013-02-20 23:06:24 UTC (rev 18793)
+++ trunk/theora/lib/decode.c 2013-02-23 07:12:55 UTC (rev 18794)
@@ -2968,6 +2968,7 @@
/*If telemetry ioctls are active, we need to draw to the output buffer.*/
if(telemetry){
oc_render_telemetry(_dec,stripe_buf,telemetry);
+ oc_ycbcr_buffer_flip(_dec->pp_frame_buf,stripe_buf);
/*If we had a striped decoding callback, we skipped calling it above
(because the telemetry wasn't rendered yet).
Call it now with the whole frame.*/
More information about the commits
mailing list