Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Change-Id: I2551565dfd98f70d84335f3d36655aa6ab6bd4df
  • Loading branch information
marcone committed May 7, 2015
1 parent 70c75d8 commit 07a0ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/stagefright/muxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static int muxing(

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 {
Expand Down

0 comments on commit 07a0ea7

Please sign in to comment.