~ubuntu-branches/ubuntu/raring/libav/raring-proposed

« back to all changes in this revision

Viewing changes to libavcodec/mimic.c

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2012-11-16 12:39:50 UTC
  • mfrom: (26.1.1 quantal-security)
  • Revision ID: package-import@ubuntu.com-20121116123950-p11m12vkg2n8zc98
Tags: 6:0.8.4-0ubuntu1
No change rebuild for raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
    for(i = 0; i < 16; i++)
414
414
        if(ctx->buf_ptrs[i].data[0])
415
415
            ff_thread_release_buffer(avctx, &ctx->buf_ptrs[i]);
416
 
    free_vlc(&ctx->vlc);
 
416
    ff_free_vlc(&ctx->vlc);
417
417
 
418
418
    return 0;
419
419
}