~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to libavcodec/vc1dec.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-01-18 15:46:55 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140118154655-iz6u00yevkat1jqi
Tags: 6:10~alpha2-1
New Upstream release 10_alpha2. This upstream git snapshot has too many
changes to list here, cf. to the upstream Changelog:
http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10_alpha2

Show diffs side-by-side

added added

removed removed

Lines of Context:
5598
5598
        avctx->pix_fmt = AV_PIX_FMT_GRAY8;
5599
5599
    avctx->hwaccel = ff_find_hwaccel(avctx);
5600
5600
    v->s.avctx = avctx;
5601
 
    avctx->flags |= CODEC_FLAG_EMU_EDGE;
5602
 
    v->s.flags   |= CODEC_FLAG_EMU_EDGE;
5603
5601
 
5604
5602
    if (ff_vc1_init_common(v) < 0)
5605
5603
        return -1;