On Tue, Dec 26, 2017 at 10:24:07AM +0800, Misty De Meo wrote: > On Tue, Dec 26, 2017 at 8:42 AM, Michael Niedermayer > <mich...@niedermayer.cc> wrote: > > returning errors from the parse function will cause assertion failure at: > > > > Assertion index > -0x20000000 failed at libavcodec/parser.c:185 > > > > [...] > > What would be the preferred way to handle that?
parsers should not loose data, so when they are unable to determine frame boarders they should return the data with no byte removed or added and frame boarders placed on a best effort basis. [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I know you won't believe me, but the highest form of Human Excellence is to question oneself and others. -- Socrates
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel