~ubuntu-branches/ubuntu/raring/libav/raring-security

« back to all changes in this revision

Viewing changes to libavcodec/sp5xdec.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-09-28 09:18:34 UTC
  • mfrom: (1.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20110928091834-w415mnuh06h4zpvc
Tags: 4:0.7.1-7ubuntu2
Revert "Convert package to include multiarch support."

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
    sp5x_decode_frame,
105
105
    CODEC_CAP_DR1,
106
106
    NULL,
107
 
    .max_lowres = 5,
 
107
    .max_lowres = 3,
108
108
    .long_name = NULL_IF_CONFIG_SMALL("Sunplus JPEG (SP5X)"),
109
109
};
110
110