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>
release/7.0
Andreas Rheinhardt 11 months ago
parent 88f803cf64
commit 56ba83ff2d
  1. 1
      libavformat/fsb.c

@ -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);

Loading…
Cancel
Save