diff --git a/mp4/mp4track.cpp b/mp4/mp4track.cpp index 0d6d115..74238dd 100644 --- a/mp4/mp4track.cpp +++ b/mp4/mp4track.cpp @@ -551,8 +551,6 @@ vector Mp4Track::readChunkSizes(Diagnostics &diag) /*! * \brief Reads the MPEG-4 elementary stream descriptor for the track. - * \remarks - * - Notifications might be added. * \sa mpeg4ElementaryStreamInfo() */ std::unique_ptr Mp4Track::parseMpeg4ElementaryStreamInfo( @@ -645,8 +643,6 @@ std::unique_ptr Mp4Track::parseMpeg4ElementaryStreamI /*! * \brief Parses the audio specific configuration for the track. - * \remarks - * - Notifications might be added. * \sa mpeg4ElementaryStreamInfo() */ unique_ptr Mp4Track::parseAudioSpecificConfig( @@ -812,8 +808,6 @@ unique_ptr Mp4Track::parseAudioSpecificConfig( /*! * \brief Parses the video specific configuration for the track. - * \remarks - * - Notifications might be added. * \sa mpeg4ElementaryStreamInfo() */ std::unique_ptr Mp4Track::parseVideoSpecificConfig(