Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Apr 27, 2020
1 parent 5bf40a2 commit c4e9cd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public static int getH264NalUnitsNumber(
@NonNull byte[] data,
int dataOffset,
int length) {
return getH264NalUnits(data, dataOffset, length, new ArrayList<>());
return getH264NalUnits(data, dataOffset, length, new ArrayList<NalUnit>());
}

public static int getH264NalUnits(
Expand Down

0 comments on commit c4e9cd0

Please sign in to comment.