Skip to content

Commit 79aa2e6

Browse files
committed
ContainerMGEG4 comments
1 parent f5ecb88 commit 79aa2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioCodecs/ContainerMPEG4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class MP4ParseBuffer {
116116
* @brief Minimum flexible parser for MPEG4 data (which is based on the
117117
* Quicktime format). Small atoms will be make available via a callback method.
118118
* The big (audio) content is written to the Print object which was specified in
119-
* the constructor.
119+
* the constructor. Depends on https://github.com/pschatzmann/arduino-libhelix!
120120
* @ingroup codecs
121121
* @ingroup decoder
122122
* @ingroup video

0 commit comments

Comments
 (0)