From 48ee8023b202be99c7818fbb3b881d15f6aca3aa Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 16 Jun 2019 18:04:31 +0200 Subject: [PATCH] Remove useless remarks --- mp4/mp4track.cpp | 6 ------ 1 file changed, 6 deletions(-) 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(