On Tue, Feb 03, 2015 at 02:40:58PM +, Paul B Mahol wrote:
> On 2/3/15, wm4 wrote:
> > av_add_index_entry() can fail, for example because the parameters are
> > invalid, or because memory allocation fails. Check this; it can actually
> > happen with corrupted files.
> >
> > The second hunk is j
On 2/3/15, wm4 wrote:
> av_add_index_entry() can fail, for example because the parameters are
> invalid, or because memory allocation fails. Check this; it can actually
> happen with corrupted files.
>
> The second hunk is just for robustness. Just in case functions like
> ff_reduce_index() remove
av_add_index_entry() can fail, for example because the parameters are
invalid, or because memory allocation fails. Check this; it can actually
happen with corrupted files.
The second hunk is just for robustness. Just in case functions like
ff_reduce_index() remove entries. (Not sure if this can ac