Am 08.10.2015 15:27 schrieb "Derek Buitenhuis" <[email protected]>: > > On 10/8/2015 9:08 AM, Rémi Denis-Courmont wrote: > > I would assert and abort here. The most likely problems here are > > deadlocks (i.e. recursive initialization) and memory corruption (once > > ff_h264_vlc_init is garbage)... > > I initially had this since Hendrik's patch could fail, but that is no > longer the case. > > I have no strong opinion on what to do in the error case - you're screwed > regardless. >
I would just not check the error, it should never be able to fail and reduces code noise. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
