Merge "Add matching brace in aomenc.c" into nextgenv2
diff --git a/aomenc.c b/aomenc.c
index 373b69d..5b8632b 100644
--- a/aomenc.c
+++ b/aomenc.c
@@ -2068,8 +2068,9 @@
           print_time("ETA", estimated_time_left);
         }
 
-      } else
+      } else {
         frame_avail = 0;
+      }
 
       if (frames_in > global.skip_frames) {
 #if CONFIG_AOM_HIGHBITDEPTH