lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal
Those are private fields, no reason to have them exposed in a public header.
This commit is contained in:
@@ -622,7 +622,7 @@ skip:
|
||||
st->codecpar->channel_layout = AV_CH_LAYOUT_MONO;
|
||||
st->codecpar->sample_rate = 8000;
|
||||
}
|
||||
st->request_probe = request_probe;
|
||||
st->internal->request_probe = request_probe;
|
||||
st->need_parsing = AVSTREAM_PARSE_FULL;
|
||||
|
||||
found:
|
||||
|
||||
Reference in New Issue
Block a user