~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavcodec/intelh263dec.c

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
    }
112
112
 
113
113
    /* PEI */
114
 
    while (get_bits1(&s->gb) != 0) {
115
 
        skip_bits(&s->gb, 8);
116
 
    }
 
114
    if (skip_1stop_8data_bits(&s->gb) < 0)
 
115
        return AVERROR_INVALIDDATA;
117
116
    s->f_code = 1;
118
117
 
119
118
    s->y_dc_scale_table=