mån 2018-05-07 klockan 12:38 +0200 skrev Michael Niedermayer: > > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > @@ -1228,6 +1229,10 @@ static void mxf_write_cdci_common(AVFormatContext *s, > AVStream *st, const UID ke > mxf_write_local_tag(pb, 1, 0x3303); > avio_w8(pb, sc->color_siting); > > + // Padding Bits > + mxf_write_local_tag(pb, 2, 0x3307); > + avio_wb16(pb, 0);
I'm pretty sure there's ways of muxing v210 in mxf, so it might be better to say nothing here unless we're entirely sure. Probably OK since mxfenc can't mux raw video tho /Tomas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel