Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cef664d0 authored by Antoine Soulier's avatar Antoine Soulier Committed by Automerger Merge Worker
Browse files

Merge "LE Audio ASRC test fixup" into main am: d2ab223e

parents e70b725c d2ab223e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -55,7 +55,7 @@ extern "C" void resample_i16(int channels, int bitdepth, double ratio,
                         &out_count);
                         &out_count);


  if (out_count < out_length)
  if (out_count < out_length)
    fprintf(stderr, "wrong output size: %zd:%zd %zd:%zd\n", in_length, in_count,
    fprintf(stderr, "wrong output size: %zu:%zu %zu:%zu\n", in_length, in_count,
            out_length, out_count);
            out_length, out_count);


  return;
  return;
@@ -71,7 +71,7 @@ extern "C" void resample_i32(int channels, int bitdepth, double ratio,
                         &out_count);
                         &out_count);


  if (out_count < out_length)
  if (out_count < out_length)
    fprintf(stderr, "wrong output size: %zd:%zd %zd:%zd\n", in_length, in_count,
    fprintf(stderr, "wrong output size: %zu:%zu %zu:%zu\n", in_length, in_count,
            out_length, out_count);
            out_length, out_count);


  return;
  return;