~ubuntu-branches/ubuntu/karmic/ffmpeg/karmic

« back to all changes in this revision

Viewing changes to libavcodec/imgresample.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-03-13 09:18:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090313091828-n4ktby5eca487uhv
Tags: 3:0.svn20090303-1ubuntu1+unstripped1
merge from ubuntu.jaunty branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
/**
23
23
 * @file libavcodec/imgresample.c
24
24
 * High quality image resampling with polyphase filters .
 
25
 *
 
26
 * WARNING: This file is deprecated and will be removed after FFmpeg 0.5
 
27
 * release, do not lose your time improving it!
25
28
 */
26
29
 
27
30
#include "avcodec.h"
572
575
 * Otherwise, frees context and gets a new one.
573
576
 *
574
577
 * Be warned that srcFilter, dstFilter are not checked, they are
575
 
 * asumed to remain valid.
 
578
 * assumed to remain valid.
576
579
 */
577
580
struct SwsContext *sws_getCachedContext(struct SwsContext *ctx,
578
581
                        int srcW, int srcH, int srcFormat,