On Fri, Dec 04, 2015 at 09:03:05PM -0600, Rodger Combs wrote:
> This solves the problem discussed in 
> https://ffmpeg.org/pipermail/ffmpeg-devel/2015-September/179238.html
> by allowing AVCodec::write_header to be delayed until after packets have been
> run through required bitstream filters in order to generate global extradata.
> 
> It also provides a mechanism by which a muxer can add a bitstream filter to a
> stream automatically, rather than prompting the user to do so.
> ---
>  Changelog              |  1 +
>  doc/APIchanges         |  3 +++
>  libavformat/avformat.h | 23 +++++++++++++++++++++++
>  libavformat/internal.h | 17 +++++++++++++++++
>  libavformat/mux.c      | 49 ++++++++++++++++++++++++++++++++++++++++++++++---
>  libavformat/version.h  |  2 +-
>  6 files changed, 91 insertions(+), 4 deletions(-)

works fine and i can confirm it fixes the bug
why has this patchset not been applied ?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to