~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavcodec/mimic.c

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    MimicContext *ctx = avctx->priv_data;
117
117
    int i;
118
118
 
119
 
    av_free(ctx->swap_buf);
 
119
    av_freep(&ctx->swap_buf);
 
120
    ctx->swap_buf_size = 0;
120
121
 
121
122
    for (i = 0; i < FF_ARRAY_ELEMS(ctx->frames); i++) {
122
123
        if (ctx->frames[i].f)