~guilhem-fr/mupdf/Upstream

« back to all changes in this revision

Viewing changes to pdf/pdf_stream.c

  • Committer: Tor Andersson
  • Date: 2012-01-30 14:12:00 UTC
  • Revision ID: git-v1:1e3461a02021fba4d27c4f7678f0ad21d8954eee
Add CBZ (comic book zip-file) parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
static fz_stream *
52
52
build_filter(fz_stream *chain, pdf_document * xref, fz_obj * f, fz_obj * p, int num, int gen)
53
53
{
54
 
        char *s;
55
54
        fz_context *ctx = chain->ctx;
56
 
 
57
 
        s = fz_to_name(f);
 
55
        char *s = fz_to_name(f);
58
56
 
59
57
        int predictor = fz_to_int(fz_dict_gets(p, "Predictor"));
60
58
        int columns = fz_to_int(fz_dict_gets(p, "Columns"));