[FFmpeg-devel] [PATCH 09/13] avformat/mxfenc: Add Padding Bits

Tomas Härdin tjoppen at acc.umu.se
Tue May 8 13:50:16 EEST 2018


mån 2018-05-07 klockan 12:38 +0200 skrev Michael Niedermayer:
> > Signed-off-by: Michael Niedermayer <michael at 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


More information about the ffmpeg-devel mailing list