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

« back to all changes in this revision

Viewing changes to libavcodec/svq3.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
1
/*
2
 
 * Copyright (c) 2003 The FFmpeg Project.
 
2
 * Copyright (c) 2003 The FFmpeg Project
3
3
 *
4
4
 * This file is part of FFmpeg.
5
5
 *
47
47
#include "svq1.h"
48
48
 
49
49
/**
50
 
 * @file svq3.c
 
50
 * @file libavcodec/svq3.c
51
51
 * svq3 decoder.
52
52
 */
53
53