]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp4.c
mp4: Remove two unused fields of struct mp4.
[paraslash.git] / 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;
 };