]> git.sesse.net Git - ffmpeg/commit
avformat/mp3enc: Avoid SEEK_END as it is unsupported
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 14 May 2019 10:12:29 +0000 (12:12 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 27 May 2019 17:01:38 +0000 (19:01 +0200)
commitbf3ee6a13053d37a0c5022a324624e89f0bce8c5
treeb1dffc9103768b2ad7f6e01ba8ab5751f5e44225
parent90db25a16e5aa0a7bfd78397298febd3eb121828
avformat/mp3enc: Avoid SEEK_END as it is unsupported

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mp3enc.c