~ubuntu-branches/ubuntu/vivid/libav/vivid

« back to all changes in this revision

Viewing changes to libavfilter/vf_hqdn3d.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-05-08 21:40:28 UTC
  • mfrom: (1.3.41 sid)
  • Revision ID: package-import@ubuntu.com-20140508214028-xuainxb1ibzt9lbg
Tags: 6:9.13-1ubuntu1
* Merge from unstable, remaining changes:
  - build-depend on libtiff5-dev rather than libtiff4-dev,
    avoids FTBFS caused by imlib
* New release fixes security issues LP: #1277173

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
    else
156
156
        denoise_temporal(src, dst, frame_ant,
157
157
                         w, h, sstride, dstride, temporal, depth);
 
158
    emms_c();
158
159
}
159
160
 
160
161
#define denoise(...) \