mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
88f803cf64
commit
56ba83ff2d
|
@ -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…
Reference in New Issue