Skip to content

Commit

Permalink
fix comment (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 authored Jan 23, 2022
1 parent 936b1a3 commit 9403d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_pes.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func hasPESOptionalHeader(streamID uint8) bool {
return streamID != StreamIDPaddingStream && streamID != StreamIDPrivateStream2
}

// parsePESData parses a PES header
// parsePESHeader parses a PES header
func parsePESHeader(i *astikit.BytesIterator) (h *PESHeader, dataStart, dataEnd int, err error) {
// Create header
h = &PESHeader{}
Expand Down

0 comments on commit 9403d79

Please sign in to comment.