[FFmpeg-devel] AAC-HE problem
Dan Haddix
dan6992 at hotmail.com
Tue Oct 4 22:11:40 CEST 2011
Thanks guys. I installed the latest version of MinGW/MySys and rebuilt my source, without any special changes to the environment, and it worked perfectly. The variable is now aligned properly and I no longer get the crash.
Thanks again,
Dan
P.S. I have made a few minor changes to the source which might be of interest to the project. How would I go about submitting those?
Basically I have two. I fixed a small bug in the MP4 muxer that was causing an issue with some files. And I modified the h264_annexb filter so that it applies the sps/pps header to I frames as well as IDR frames. This was needed because in our product we see a lot of files coming out of Europe that do not use IDR frames at all (they use I frames with SEI entry points instead) and we need an annexb header to open the files properly
> From: Reimar.Doeffinger at gmx.de
> Date: Tue, 4 Oct 2011 08:43:55 +0200
> To: ffmpeg-devel at ffmpeg.org
> Subject: Re: [FFmpeg-devel] AAC-HE problem
>
> On 4 Oct 2011, at 00:04, Dan Haddix <dan6992 at hotmail.com> wrote:
>
> > OK I did that and it turns out sbr_qmf_window_ds is NOT aligned.
>
> Then you ended up with a broken compiler.
> Most older versions need -fno-common to make alignment work.
> Though installing cygwin and their mingw-w64 will give you an up-to-date environment with properly working auto-updates (though it might require some convincing to make FFmpeg compile via the Mingw toolchain).
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list