mirror of https://github.com/FFmpeg/FFmpeg.git
This was a regression that came in when I switched to using the h.264 annex b filter all the time. As the filter modifies extradata, its use violates the statelessness assumption that exists in the 'ffmpeg' command line tool, and maybe elsewhere. It assumes that a docoder can be reinitalised and pointed to an existing stream and get the same results. For now, the only way to meet this requirement is to backup the extradata. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>release/0.10
parent
eaf4bf6df2
commit
9bf9c314a0
1 changed files with 26 additions and 0 deletions
Loading…
Reference in new issue