mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Merge commit '7cbc4cb4424430586ce2d5c0dba81174c6d1db01'
* commit '7cbc4cb4424430586ce2d5c0dba81174c6d1db01': fate: update the mmf reference mmf: Write metadata into an Optional Data chunk jpeg2000dec: Use correct printf length modifier for pointer differences Conflicts: libavformat/mmf.c tests/ref/lavf/mmf Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -98,6 +98,7 @@ static int mmf_write_header(AVFormatContext *s)
|
||||
avio_w8(pb, 0); /* status */
|
||||
avio_w8(pb, 0); /* counts */
|
||||
end_tag_be(pb, pos);
|
||||
|
||||
pos = ff_start_tag(pb, "OPDA");
|
||||
avio_write(pb, version, strlen(version)); /* metadata ("ST:songtitle,VN:version,...") */
|
||||
end_tag_be(pb, pos);
|
||||
|
Reference in New Issue
Block a user