~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to libavcodec/sanm.c

  • Committer: Sérgio Benjamim
  • Date: 2015-07-20 03:55:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150720035505-i1jj1zcjcnd0mc7w
Updated to 2.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
457
457
    ctx->frm0_size =
458
458
    ctx->frm1_size =
459
459
    ctx->frm2_size = 0;
 
460
    init_sizes(ctx, 0, 0);
460
461
}
461
462
 
462
463
static av_cold int init_buffers(SANMVideoContext *ctx)