OSDN Git Service

avformat/assenc: mux all extradata at once
authorClément Bœsch <u@pkh.me>
Sat, 20 Sep 2014 16:39:58 +0000 (18:39 +0200)
committerClément Bœsch <u@pkh.me>
Sun, 21 Sep 2014 16:55:12 +0000 (18:55 +0200)
commit08e2b0da2ca9b03630c38a878ce66d32301a9825
tree701c2a2be66f34e93830f9378052a151969f3aef
parente60770679b5605e5af556d48aabd3789f63d2c96
avformat/assenc: mux all extradata at once

Before this commit, the code was muxing up to the 2nd line after
"[Events]" (assuming it to be the "Format:" line). The remaining are
generally "Comment:" directives which can stay in that place. mkvextract
behaves that way so it seems there is no reason for that extra
complexity.
libavformat/assenc.c