~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/vc1.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge, Iain Lane, Sebastian Dröge
  • Date: 2014-02-09 11:42:06 UTC
  • mfrom: (13.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20140209114206-ksn1eu97d9pt2iza
Tags: 1.2.3-1
[ Iain Lane ]
* Drop ltmain-as-needed patch and do the same with dh_autoreconf
  --as-needed.

[ Sebastian Dröge ]
* New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
826
826
    int mbmodetab, imvtab, icbptab, twomvbptab, fourmvbptab; /* useful only for debugging */
827
827
    int scale, shift, i; /* for initializing LUT for intensity compensation */
828
828
 
 
829
    v->numref          = 0;
829
830
    v->p_frame_skipped = 0;
830
831
    if (v->second_field) {
831
832
        v->s.pict_type = (v->fptype & 1) ? AV_PICTURE_TYPE_P : AV_PICTURE_TYPE_I;