Skip to content

Commit

Permalink
test toc config
Browse files Browse the repository at this point in the history
  • Loading branch information
csiwek committed Aug 9, 2019
1 parent 1f16e25 commit 3cdedd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opus.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (i *OpusReader) GetSample() (*OpusSamples, error) {
break
}
opusSamples.Frames = frames
tocConfig := tmpPacket[0] >> 3
tocConfig := tmptoc >> 3

var length uint32
length = uint32(tocConfig & 3)
Expand Down

0 comments on commit 3cdedd3

Please sign in to comment.