~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavcodec/xvmc.h

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <X11/extensions/XvMC.h>
31
31
 
 
32
#include "libavutil/attributes.h"
 
33
#include "version.h"
32
34
#include "avcodec.h"
33
35
 
34
36
/**
41
43
#define AV_XVMC_ID                    0x1DC711C0  /**< special value to ensure that regular pixel routines haven't corrupted the struct
42
44
                                                       the number is 1337 speak for the letters IDCT MCo (motion compensation) */
43
45
 
44
 
struct xvmc_pix_fmt {
 
46
attribute_deprecated struct xvmc_pix_fmt {
45
47
    /** The field contains the special constant value AV_XVMC_ID.
46
48
        It is used as a test that the application correctly uses the API,
47
49
        and that there is no corruption caused by pixel routines.