On Tue, Mar 10, 2015 at 1:24 AM, Timothy Gu <[email protected]> wrote: > On Mon, Mar 9, 2015 at 4:02 PM Vittorio Giovara <[email protected]> > wrote: > >> >> Subject: [libav-devel] [PATCH] mp3: Properly use AVCodecContext API > > > Can you make this a little more specific: > > mp3: Properly allocate AVCodecContext
I had thought of that but I wouldn't be descriptive enough, since there is also freeing and initialization, as well as not using a context on the stack. Allocating the context is just one of the things needed for using AVCodecContext API correctly, which is what this patch is doing. Cheers, -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
