]> git.sesse.net Git - ffmpeg/commit
avformat/segment: fix muxing tmcd tracks in MOV
authorGyan Doshi <ffmpeg@gyani.pro>
Tue, 18 Jun 2019 13:52:16 +0000 (19:22 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Thu, 20 Jun 2019 12:33:30 +0000 (18:03 +0530)
commit91f5950f833fd48f12de769374129334f8c6b237
tree31cee623a125b536eea6837001b677bf9c62ffa9
parent86f04b918c0d00a286180906279b7ed0f1cd0bed
avformat/segment: fix muxing tmcd tracks in MOV

avformat/movenc still relies on AVCodecContext time_base to mux tmcd
tracks and segment muxer did not copy that field to inner streams
leading to SIGFPE in the child muxer instance.
libavformat/segment.c