You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal
Those are private fields, no reason to have them exposed in a public header.
This commit is contained in:
@@ -292,7 +292,7 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
return AVERROR(ENOMEM);
|
||||
ast->duration = avio_rl32(pb); // number of samples
|
||||
if (((v>>4) & 15) == 2) { // MP3 sound data record
|
||||
ast->skip_samples = avio_rl16(pb);
|
||||
ast->internal->skip_samples = avio_rl16(pb);
|
||||
len -= 2;
|
||||
}
|
||||
len -= 7;
|
||||
|
||||
Reference in New Issue
Block a user