~ubuntu-branches/ubuntu/trusty/ffmpeg-debian/trusty

« back to all changes in this revision

Viewing changes to libavutil/adler32.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-05 21:22:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205212201-hjhtybuxtm90cbjy
Tags: 3:0.svn20090204-2ubuntu1
* merge from debian. Remaining changes:
  - don't build depend on libfaad-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* adler32.c -- compute the Adler-32 checksum of a data stream
 
1
/*
 
2
 * Compute the Adler-32 checksum of a data stream.
2
3
 * This is a modified version based on adler32.c from the zlib library.
3
4
 *
4
5
 * Copyright (C) 1995 Mark Adler