Skip to content

Commit

Permalink
clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
podborski committed Feb 21, 2024
1 parent 600ec26 commit f8dc422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IsoLib/libisomediafile/src/MP4Movies.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ MP4GetMovieIndTrack(MP4Movie theMovie, u32 trackIndex, MP4Track *outTrack)
}

MP4_EXTERN(MP4Err)
MP4GetMovieIndTrackSampleEntryType(MP4Movie theMovie, u32 idx, u32* SEType)
MP4GetMovieIndTrackSampleEntryType(MP4Movie theMovie, u32 idx, u32 *SEType)
{
MP4Err err;
MP4Track trak;
Expand Down
2 changes: 1 addition & 1 deletion IsoLib/libisomediafile/src/MP4Movies.h
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ extern "C"
* @param idx index of the track ranges between 1 and the number of tracks in theMovie.
* @param SEType [out] sample entry type (4CC)
*/
MP4_EXTERN(MP4Err) MP4GetMovieIndTrackSampleEntryType(MP4Movie theMovie, u32 idx, u32* SEType);
MP4_EXTERN(MP4Err) MP4GetMovieIndTrackSampleEntryType(MP4Movie theMovie, u32 idx, u32 *SEType);

/*
MP4_EXTERN ( MP4Err )
Expand Down

0 comments on commit f8dc422

Please sign in to comment.