avformat/fsb: Don't set data_offset manually

It is set generically to the value that it is to here.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-03-22 20:43:28 +01:00
parent 88f803cf64
commit 56ba83ff2d
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ static int fsb_read_header(AVFormatContext *s)
}
avio_skip(pb, offset - avio_tell(pb));
ffformatcontext(s)->data_offset = avio_tell(pb);
avpriv_set_pts_info(st, 64, 1, par->sample_rate);