]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
mp4: Remove two unused fields of struct mp4.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Aug 2021 19:04:38 +0000 (21:04 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
These are neither set nor read.

mp4.c

diff --git a/mp4.c b/mp4.c
index e7dbcc7953164fd4f5b81d8ed993caef6f89f912..9c8e41881c3e163d5ac00014100f83f552a6b228 100644 (file)
--- 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;
 };