]> git.sesse.net Git - ffmpeg/commit
lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal
authorAnton Khirnov <anton@khirnov.net>
Fri, 9 Oct 2020 07:22:36 +0000 (09:22 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 Oct 2020 13:57:01 +0000 (14:57 +0100)
commit108864acee1d7b0cde653cee113f3001f1b8915a
tree96810925f5013ba221574b8132390f5cb05cf5a8
parent456b170bd747ea7181c7305fd45278ea251f45ab
lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal

Those are private fields, no reason to have them exposed in a public
header.
libavformat/asfdec_f.c
libavformat/avformat.h
libavformat/avidec.c
libavformat/internal.h
libavformat/matroskadec.c
libavformat/mpeg.c
libavformat/mpegts.c
libavformat/utils.c
libavformat/wavdec.c