Thread: DGAVCDec 1.0.9
View Single Post
Old 3rd December 2007, 02:43   #687  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Deckard2019 View Post
So I think MeGUI stops processing pass 1 only because it reports too many errors. But these errors exist for real. Where do they come from ?
Thank you.
They come from libavcodec.dll, not x264. See the "h264" below?

[h264 @ 6FCFD810]reference picture missing during reorder

It is not happy with the stream. For encoding linearly, I am just handing it the data from the source file. This would have to be taken up with the author of libavcodec. You can use the MP4tech mailing list for that. I'll look into it, but my priority is to get my code working right. I may patch libavcodec.dll to return warnings instead of errors so that MeGUI doesn't give up. I also posted a request to the MeGUI thread asking for an option to ignore errors.

Last edited by Guest; 3rd December 2007 at 02:53.
Guest is offline