shithub: libvpx

Download patch

ref: 449e84ff064063cb5ff55e0afa2364fbd7051e34
parent: aaaf9215e21d9aae155738aadeeaded3662d8b16
parent: 266d495f22715d469dbb1892fa86d1ffce49c675
author: Jerome Jiang <jianj@google.com>
date: Tue Apr 17 19:30:23 EDT 2018

Merge "Clean up svc comment in vp9_bitstream.c"

--- a/vp9/encoder/vp9_bitstream.c
+++ b/vp9/encoder/vp9_bitstream.c
@@ -1197,14 +1197,6 @@
     write_bitdepth_colorspace_sampling(cm, wb);
     write_frame_size(cm, wb);
   } else {
-    // In spatial svc if it's not error_resilient_mode then we need to code all
-    // visible frames as invisible. But we need to keep the show_frame flag so
-    // that the publisher could know whether it is supposed to be visible.
-    // So we will code the show_frame flag as it is. Then code the intra_only
-    // bit here. This will make the bitstream incompatible. In the player we
-    // will change to show_frame flag to 0, then add an one byte frame with
-    // show_existing_frame flag which tells the decoder which frame we want to
-    // show.
     if (!cm->show_frame) vpx_wb_write_bit(wb, cm->intra_only);
 
     if (!cm->error_resilient_mode)