EncoderPlugin: pass Tag reference to method tag()

This commit is contained in:
Max Kellermann
2014-12-26 22:30:54 +01:00
parent 58a5da33c2
commit af9092df39
6 changed files with 8 additions and 8 deletions

View File

@@ -90,7 +90,7 @@ main(gcc_unused int argc, gcc_unused char **argv)
tag_builder.Commit(tag);
}
success = encoder_tag(encoder, &tag, IgnoreError());
success = encoder_tag(encoder, tag, IgnoreError());
assert(success);
encoder_to_stdout(*encoder);