]> granicus.if.org Git - libvpx/blobdiff - examples/vp9_spatial_svc_encoder.c
Update to vpx_temporal_svc_encoder command line.
[libvpx] / examples / vp9_spatial_svc_encoder.c
index 57cca8b772842b53fc383294b520cf3bfd9f589d..cecdce0804ceb9571f19e7972e63b92c4670fe14 100644 (file)
@@ -497,8 +497,7 @@ static void printout_rate_control_summary(struct RateControlStats *rc,
          rc->avg_st_encoding_bitrate, sqrt(rc->variance_st_encoding_bitrate),
          perc_fluctuation);
   if (frame_cnt != tot_num_frames)
-    die(
-        "Error: Number of input frames not equal to output encoded frames != "
+    die("Error: Number of input frames not equal to output encoded frames != "
         "%d tot_num_frames = %d\n",
         frame_cnt, tot_num_frames);
 }