]> git.sesse.net Git - ffmpeg/commit
avformat/utils: Make find_stream_info get side data from codec context
authorNicolas Gaullier <nicolas.gaullier@cji.paris>
Thu, 5 Mar 2020 08:17:22 +0000 (09:17 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 20 Mar 2020 08:16:05 +0000 (09:16 +0100)
commit2d6baff0c0dbd24d77321601f453bf1552fccfb9
tree3525bcdabdc0e16c6019db0c02b92545e82897e7
parenteb88ccb92e05018b1060cf8126b30eeeff551d3b
avformat/utils: Make find_stream_info get side data from codec context

This will allow probing input coded side data, and also forwarding them to the output.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/utils.c