diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-09-10 22:10:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-09-12 19:24:25 +0200 |
commit | 4c33ec004fd879ccc7e927bd50604aa3fadf7e43 (patch) | |
tree | 4c6927b4a4c263daa1a9587f8c754d95bb84d999 | |
parent | 4c88087f934b24caa1dc3a333501223438eb462a (diff) | |
download | ffmpeg-4c33ec004fd879ccc7e927bd50604aa3fadf7e43.tar.gz |
avformat/mxfenc: Comment edit rate write code like the surrounding code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavformat/mxfenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 893ab13ac7..8dc760e8f3 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){ |