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:
Anton Khirnov
2020-10-09 09:22:36 +02:00
parent 456b170bd7
commit 108864acee
9 changed files with 46 additions and 46 deletions

View File

@@ -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: