~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to ffmpeg_vda.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:
77
77
                  frame->width, frame->height);
78
78
 
79
79
    ret = av_frame_copy_props(vda->tmp_frame, frame);
 
80
    CVPixelBufferUnlockBaseAddress(pixbuf, kCVPixelBufferLock_ReadOnly);
 
81
 
80
82
    if (ret < 0)
81
83
        return ret;
82
84