]> granicus.if.org Git - libvpx/commitdiff
remove spurious comments
authorJohann <johannkoenig@google.com>
Fri, 12 Jan 2018 17:14:30 +0000 (09:14 -0800)
committerJohann <johannkoenig@google.com>
Thu, 18 Jan 2018 20:37:58 +0000 (12:37 -0800)
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

vp8/encoder/onyx_if.c

index 3c92be32feed4ef9dbfdd6df9ca70ed2e23e3062..9d58a26b0cb986740307e9e1a8ff0c182398d22b 100644 (file)
@@ -2862,7 +2862,6 @@ void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame)
     fclose(yframe);
 }
 #endif
-/* return of 0 means drop frame */
 
 #if !CONFIG_REALTIME_ONLY
 /* Function to test for conditions that indeicate we should loop
@@ -4782,8 +4781,6 @@ static void encode_frame_to_data_rate(VP8_COMP *cpi, size_t *size,
     cpi->temporal_pattern_counter++;
   }
 
-/* reset to normal state now that we are done. */
-
 #if 0
     {
         char filename[512];