[FFmpeg-devel] [PATCH 2/3] avformat/mxfenc: Comment edit rate write code like the surrounding code
Michael Niedermayer
michael at niedermayer.cc
Sun Sep 10 23:10:44 EEST 2017
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
libavformat/mxfenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 11ccc8c6ec..1f98daf0f7 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -843,6 +843,7 @@ static void mxf_write_track(AVFormatContext *s, AVStream *st, enum MXFMetadataSe
else
avio_write(pb, sc->track_essence_element_key + 12, 4);
+ // write edit rate
mxf_write_local_tag(pb, 8, 0x4B01);
if (st == mxf->timecode_track && s->oformat == &ff_mxf_opatom_muxer){
--
2.14.1
More information about the ffmpeg-devel
mailing list