]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Hide ->read_error.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Aug 2021 19:37:16 +0000 (21:37 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit5c633479e3b3b74a2090752543e9633cf36b313a
tree17fa63b074aef8380874e934e9fb53f5cbbf6496
parent86979a2f1baa4777bf17bfba23f44fe20bcf9d72
mp4: Hide ->read_error.

This does not belong into the callback structure whose fields are
supposed to get initialized by the audio format handler. Move it to
the internal struct mp4 instead, next to the existing error counter.
mp4.c
mp4.h