From: Andre Noll Date: Wed, 11 Aug 2021 19:04:38 +0000 (+0200) Subject: mp4: Remove two unused fields of struct mp4. X-Git-Tag: v0.7.1~7^2~96 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=dfea4c13d6f6f79321608501c26f6d8591cdbc58;p=paraslash.git mp4: Remove two unused fields of struct mp4. These are neither set nor read. --- 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; };