Skip to content

Commit e6d5a65

Browse files
committed
Typo
1 parent bcaa816 commit e6d5a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ffmpeg/decoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func (d *Decoder) decode(packet *ff.AVPacket, fn DecoderFrameFn) error {
152152
dest = (*Frame)(d.frame)
153153
}
154154

155-
// Copy accross the timebase and pts
155+
// Copy across the timebase and pts
156156
(*ff.AVFrame)(dest).SetPts(d.frame.Pts())
157157
(*ff.AVFrame)(dest).SetTimeBase(d.timeBase)
158158

0 commit comments

Comments
 (0)