~ubuntu-branches/debian/squeeze/gstreamer0.10-ffmpeg/squeeze

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavcodec/libdirac.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-19 18:14:59 UTC
  • mfrom: (4.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20100219181459-mect96st3px2jfsi
Tags: 0.10.9.2-1
* New upstream pre-release:
  + debian/patches/03_restricted-caps.patch,
    debian/patches/04_ignore-vdpau.patch:
    - Dropped, merged upstream.
* debian/patches/03_too-new-codec-ids.patch:
  + Disable some ffmpeg codec IDs because Debian's
    ffmpeg is once again too old...

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef AVCODEC_LIBDIRAC_H
27
27
#define AVCODEC_LIBDIRAC_H
28
28
 
29
 
#include "config.h"
30
 
 
31
 
#if CONFIG_LIBDIRAC
32
 
 
33
29
#include "avcodec.h"
34
30
#include <libdirac_common/dirac_types.h>
35
31
 
45
41
    { PIX_FMT_YUV444P, format444 },
46
42
};
47
43
 
48
 
#endif /* CONFIG_LIBDIRAC */
49
44
#endif /* AVCODEC_LIBDIRAC_H */