mirror of https://github.com/FFmpeg/FFmpeg.git
We now have the possibility of getting AVFrames here, and we should not touch the muxer's codecpar after writing the header. Results of FATE tests change as the MXF and Matroska muxers actually write down the field/frame coding type of a stream in their respective headers. Before this change, these values in codecpar would only be set after the muxer was initialized. Now, the information is also available for encoder and muxer initialization.pull/356/head
parent
7369595c55
commit
fbb44bc51a
5 changed files with 19 additions and 18 deletions
@ -1 +1 @@ |
||||
d66177ea3922692bc91cd0f8aa907650 *tests/data/fate/concat-demuxer-extended-lavf-mxf_d10.ffprobe |
||||
84496cfe2d668db395280ea67e5c6fbe *tests/data/fate/concat-demuxer-extended-lavf-mxf_d10.ffprobe |
||||
|
@ -1,3 +1,3 @@ |
||||
36fc2a640368f6d33987d2b2d39df966 *tests/data/lavf/lavf.mxf_d10 |
||||
da0ebbebb50a530b14c0f06017f464b3 *tests/data/lavf/lavf.mxf_d10 |
||||
5332013 tests/data/lavf/lavf.mxf_d10 |
||||
tests/data/lavf/lavf.mxf_d10 CRC=0x6c74d488 |
||||
|
Loading…
Reference in new issue