~ubuntu-branches/ubuntu/saucy/gst-libav1.0/saucy-proposed

« back to all changes in this revision

Viewing changes to ext/libav/gstavdeinterlace.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-30 09:00:15 UTC
  • mfrom: (1.1.16) (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130730090015-sc1ou2yssu7q5w4e
Tags: 1.1.3-1
* New upstream development snapshot:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *
17
17
 * You should have received a copy of the GNU Library General Public
18
18
 * License along with this library; if not, write to the
19
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20
 
 * Boston, MA 02111-1307, USA.
 
19
 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 
20
 * Boston, MA 02110-1301, USA.
21
21
 */
22
22
 
23
23
#ifdef HAVE_CONFIG_H
203
203
  }
204
204
  gst_ffmpegdeinterlace_update_passthrough (deinterlace);
205
205
 
206
 
  ctx = avcodec_alloc_context ();
 
206
  ctx = avcodec_alloc_context3 (NULL);
207
207
  ctx->width = deinterlace->width;
208
208
  ctx->height = deinterlace->height;
209
209
  ctx->pix_fmt = PIX_FMT_NB;