Skip to content

Commit

Permalink
MP4: Handle com.android.version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjee21 committed Jan 29, 2025
1 parent 65ff256 commit 58e6e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3987,6 +3987,8 @@ void File_Mpeg4::moov_meta_ilst_xxxx_data()
Fill(Stream_General, 0, "Media/History/UUID", Value);
else if (Parameter=="com.android.capture.fps")
FrameRate_Real=Value;
else if (Parameter=="com.android.version")
Fill(Stream_General, 0, "Android version", Value);
else if (Parameter=="com.universaladid.idregistry")
{
Fill(Stream_General, 0, "UniversalAdID_Registry", Value);
Expand Down

0 comments on commit 58e6e84

Please sign in to comment.