~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-updates

« back to all changes in this revision

Viewing changes to libavcodec/lzw.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-05 21:45:05 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205214505-fvn0jkiv3lrkaaq4
Tags: 3:0.svn20090204-2ubuntu1+unstripped1
rebuild using a clean, uncrippled ffmpeg tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * LZW decoder
3
 
 * Copyright (c) 2003 Fabrice Bellard.
4
 
 * Copyright (c) 2006 Konstantin Shishkov.
 
3
 * Copyright (c) 2003 Fabrice Bellard
 
4
 * Copyright (c) 2006 Konstantin Shishkov
5
5
 *
6
6
 * This file is part of FFmpeg.
7
7
 *
21
21
 */
22
22
 
23
23
/**
24
 
 * @file lzw.c
 
24
 * @file libavcodec/lzw.c
25
25
 * @brief LZW decoding routines
26
26
 * @author Fabrice Bellard
27
27
 * Modified for use in TIFF by Konstantin Shishkov