diff --git a/ffmpeg/parse/parser.go b/ffmpeg/parse/parser.go index f14edce1..a6bf5127 100644 --- a/ffmpeg/parse/parser.go +++ b/ffmpeg/parse/parser.go @@ -307,7 +307,7 @@ func (p *parser) Parse(line []byte) uint64 { if len(p.prelude.data) < p.prelude.headLines { p.prelude.data = append(p.prelude.data, stringLine) } else { - p.prelude.tail.Value = line + p.prelude.tail.Value = stringLine p.prelude.tail = p.prelude.tail.Next() p.prelude.truncatedLines++ }