~siretart/ubuntu/utopic/libav/libav10

« back to all changes in this revision

Viewing changes to libavcodec/ffv1dec.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-02-05 00:24:42 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20140205002442-096i8r14aeqnlyxd
Tags: 6:9.11-1
* Imported Upstream version 9.11
  - drop patch mathematics-remove-asserts-from-av_rescale_rnd.patch,
    merged upstream
  - mathematics: remove asserts from av_rescale_rnd, (Closes: #718805)
* Support Opus in Ogg containers (Closes: #733884, 720563)
* Refactor conffile moving
* No longer build-depend on libtiff4-dev. Closes: #736020
* Disable opencv filter because of #737584
* Check upstream OpenPGP signatures (Closes: #723692)

Show diffs side-by-side

added added

removed removed

Lines of Context:
670
670
            return AVERROR(ENOSYS);
671
671
        }
672
672
        switch (f->avctx->bits_per_raw_sample) {
 
673
        case 0:
673
674
        case 8:
674
675
            f->avctx->pix_fmt = AV_PIX_FMT_RGB32;
675
676
            break;