~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to ffmpeg/libavcodec/vdpau.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define AVCODEC_VDPAU_H
26
26
 
27
27
/**
28
 
 * \defgroup Decoder VDPAU Decoder and Renderer
 
28
 * @defgroup Decoder VDPAU Decoder and Renderer
29
29
 *
30
30
 * VDPAU hardware acceleration has two modules
31
31
 * - VDPAU decoding
38
38
 * and rendering (API calls) are done as part of the VDPAU
39
39
 * presentation (vo_vdpau.c) module.
40
40
 *
41
 
 * \defgroup  VDPAU_Decoding VDPAU Decoding
42
 
 * \ingroup Decoder
 
41
 * @defgroup  VDPAU_Decoding VDPAU Decoding
 
42
 * @ingroup Decoder
43
43
 * @{
44
44
 */
45
45
 
46
46
#include <vdpau/vdpau.h>
47
47
#include <vdpau/vdpau_x11.h>
48
48
 
49
 
/** \brief The videoSurface is used for rendering. */
 
49
/** @brief The videoSurface is used for rendering. */
50
50
#define FF_VDPAU_STATE_USED_FOR_RENDER 1
51
51
 
52
52
/**
53
 
 * \brief The videoSurface is needed for reference/prediction.
 
53
 * @brief The videoSurface is needed for reference/prediction.
54
54
 * The codec manipulates this.
55
55
 */
56
56
#define FF_VDPAU_STATE_USED_FOR_REFERENCE 2
57
57
 
58
58
/**
59
 
 * \brief This structure is used as a callback between the Libav
 
59
 * @brief This structure is used as a callback between the Libav
60
60
 * decoder (vd_) and presentation (vo_) module.
61
61
 * This is used for defining a video frame containing surface,
62
62
 * picture parameter, bitstream information etc which are passed