mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
avformat/mxfenc: Comment edit rate write code like the surrounding code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
4c88087f93
commit
4c33ec004f
1 changed files with 1 additions and 0 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue