]> granicus.if.org Git - libvpx/blobdiff - vp8/vp8_dx_iface.c
adopt some clang 5.0.0 formatting
[libvpx] / vp8 / vp8_dx_iface.c
index f20283c1e1b9d48467f7fec5375d16a7f98434d5..a2008b90355fbbc0a8b778de5ff9bc008a6926be 100644 (file)
@@ -200,9 +200,9 @@ static vpx_codec_err_t update_error_state(
 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12,
                             void *user_priv) {
   /** vpx_img_wrap() doesn't allow specifying independent strides for
-    * the Y, U, and V planes, nor other alignment adjustments that
-    * might be representable by a YV12_BUFFER_CONFIG, so we just
-    * initialize all the fields.*/
+   * the Y, U, and V planes, nor other alignment adjustments that
+   * might be representable by a YV12_BUFFER_CONFIG, so we just
+   * initialize all the fields.*/
   img->fmt = VPX_IMG_FMT_I420;
   img->w = yv12->y_stride;
   img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15;