On Wednesday, 23 July 2014, Carl Eugen Hoyos <[email protected]> wrote:
> Robin Stevens <rdstevens@...> writes: > > > I used ffmpeg.exe to remux the file (as described > > in previous email). Does that count as a test? > > Of course, sorry for missing that part of your mail. > > You may be missing setting the global headers. > > Carl Eugen > > You were absolutely correct! I *was* setting the global headers flag, but I was doing so *after* calling avcodec_open2. Moving the flag assignment to before the call to avcodec_open2 has solved it. Thank you! This has cost me *weeks* of time! Thanks, Rob
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
