On Wed, May 20, 2015 at 1:29 PM, Diego Biurrun <[email protected]> wrote: > On Wed, May 20, 2015 at 02:08:56AM +0100, Vittorio Giovara wrote: >> --- a/libavcodec/a64multienc.c >> +++ b/libavcodec/a64multienc.c >> @@ -252,7 +253,7 @@ static int a64multi_encode_frame(AVCodecContext *avctx, >> AVPacket *pkt, >> const AVFrame *pict, int *got_packet) >> { >> A64Context *c = avctx->priv_data; >> - AVFrame *const p = avctx->coded_frame; >> + const AVFrame *p = pict; > > You can just drop this variable instead.
Amended locally -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
