Skip to content

Commit ce0f697

Browse files
committed
Cleanup
1 parent ba6b4d6 commit ce0f697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioCodecs/MP4Parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace audio_tools {
1919
* for the undefined boxes: By default it just prints the box information to
2020
* Serial.
2121
* If a container box contains data, it will be processed recursively and if it
22-
* contains data itself, it will be reported in a second callback call.
22+
* contains data itself, it might be reported in a second callback call.
2323
* @note This parser expects that the buffer size is larger than the biggest
2424
* box!
2525
* @ingroup codecs

0 commit comments

Comments
 (0)