commit | 07a0ea7ce49c7de5efb0b2a432878d9a2a2c3cc7 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Thu May 07 13:24:14 2015 -0700 |
committer | Marco Nelissen <marcone@google.com> | Thu May 07 13:24:14 2015 -0700 |
tree | 56c2e9af96130a7665dd48beb59820b32c2303a3 | |
parent | 70c75d8c15707d5eade38fe3e622f8500c29556b [diff] |
Fix build Change-Id: I2551565dfd98f70d84335f3d36655aa6ab6bd4df
diff --git a/cmds/stagefright/muxer.cpp b/cmds/stagefright/muxer.cpp index 0d04760..36fa3b5 100644 --- a/cmds/stagefright/muxer.cpp +++ b/cmds/stagefright/muxer.cpp
@@ -143,7 +143,7 @@ ssize_t newTrackIndex = muxer->addTrack(format); if (newTrackIndex < 0) { - fprintf(stderr, "%s track (%d) unsupported by muxer\n", + fprintf(stderr, "%s track (%zu) unsupported by muxer\n", isAudio ? "audio" : "video", i); } else {