Internal change

PiperOrigin-RevId: 247330683
Change-Id: Ic584a6f11974702eb12e232d2fe0d0231c32808e
diff --git a/src/mp4track.cpp b/src/mp4track.cpp
index fb998eb..5376485 100644
--- a/src/mp4track.cpp
+++ b/src/mp4track.cpp
@@ -901,7 +901,7 @@
     if( !pStsdEntryAtom->FindProperty( "*.dataReferenceIndex", (MP4Property**)&pDrefIndexProperty ) ||
         pDrefIndexProperty == NULL )
     {
-        return nullptr;  // Edit by grundman&suril. Fallback to filename.
+        return nullptr; // Fallback to filename.
         throw new Exception( "invalid stsd entry", __FILE__, __LINE__, __FUNCTION__ );
     }