diff mbox

[FFmpeg-devel,2/3] avformat/mxfenc: Comment edit rate write code like the surrounding code

Message ID 20170910201045.8355-2-michael@niedermayer.cc
State Accepted
Commit 4c33ec004fd879ccc7e927bd50604aa3fadf7e43
Headers show

Commit Message

Michael Niedermayer Sept. 10, 2017, 8:10 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavformat/mxfenc.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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){