On 03/12/13 09:20, Anton Khirnov wrote: > Use only proper AVFrame API (no assigning of whole frames, since that > hardcodes sizeof(AVFrame) into lavc). > > Make a copy of the side data, so the caller can use av_frame_unref/free > on non-refcounted frames, eliminating the need for > avcodec_get_frame_defaults()/avcodec_free_frame(). > --- > Forgot to copy the linesize in the previous patch. > Found by wm4. > ---
Hopefully this time nothing else got overlooked, thanks to wm4 for the help =) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
