shithub: libvpx

Download patch

ref: 68cc1dc4228b0a87e3261dcfeb947226308ceecc
parent: f95bf1db50cdffde0d37eeb768a9955fc423684c
author: Johann <johannkoenig@google.com>
date: Fri Jan 12 04:14:30 EST 2018

remove spurious comments

These don't appear to make any sense given their context. The
commit log also does not reveal anything.

Discovered due to spurious clang-format indenting:
https://bugs.llvm.org/show_bug.cgi?id=35930

Change-Id: I732a66056ba4c05e3e132a2f236fe10f7a282900

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -2862,7 +2862,6 @@
     fclose(yframe);
 }
 #endif
-/* return of 0 means drop frame */
 
 #if !CONFIG_REALTIME_ONLY
 /* Function to test for conditions that indeicate we should loop
@@ -4781,8 +4780,6 @@
     cpi->frames_since_key++;
     cpi->temporal_pattern_counter++;
   }
-
-/* reset to normal state now that we are done. */
 
 #if 0
     {