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

Commit 07a0ea7c authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix build

Change-Id: I2551565dfd98f70d84335f3d36655aa6ab6bd4df
parent 70c75d8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {