Skip to content

Commit

Permalink
avformat/mxfenc: Comment edit rate write code like the surrounding code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Loading branch information
michaelni committed Sep 12, 2017
1 parent 4c88087 commit 4c33ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavformat/mxfenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 4c33ec0

Please sign in to comment.