mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Remove extra [ from graphviz dump
This commit is contained in:
parent
84e5dbee39
commit
05eef82896
|
@ -536,7 +536,7 @@ static void encoder_state_dump_graphviz(const encoder_state * const encoder_stat
|
|||
printf(" ]\n\n");
|
||||
|
||||
printf(" \"Map\" [\n");
|
||||
printf(" shape=plaintext [\n");
|
||||
printf(" shape=plaintext\n");
|
||||
printf(" label = <<table cellborder=\"1\" cellspacing=\"0\" border=\"0\">");
|
||||
printf("<tr><td colspan=\"%d\" height=\"20\" valign=\"bottom\"><b>RS Map</b></td></tr>", encoder->in.width_in_lcu);
|
||||
for (y = 0; y < encoder->in.height_in_lcu; ++y) {
|
||||
|
|
Loading…
Reference in a new issue