From dfea4c13d6f6f79321608501c26f6d8591cdbc58 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 11 Aug 2021 21:04:38 +0200 Subject: [PATCH] mp4: Remove two unused fields of struct mp4. These are neither set nor read. --- mp4.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/mp4.c b/mp4.c index e7dbcc79..9c8e4188 100644 --- a/mp4.c +++ b/mp4.c @@ -41,9 +41,6 @@ struct mp4_track { int32_t stco_entry_count; int32_t *stco_chunk_offset; - uint32_t maxBitrate; - uint32_t avgBitrate; - uint32_t timeScale; uint64_t duration; }; -- 2.39.2