summaryrefslogtreecommitdiffstats
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-12 02:34:01 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-12 02:44:28 +0200
commit5460ab73d2e8169c54beda06e7cca762aee84a1f (patch)
tree8c50adb34c4df34a90cba7bc14edc84fe8bd4f13 /ffmpeg.h
parent2856332719d8ec182523f7793bb0517aaac68e73 (diff)
parent1839fafa951308237c4672ffd9a94f927b26eac7 (diff)
downloadffmpeg-streaming-5460ab73d2e8169c54beda06e7cca762aee84a1f.zip
ffmpeg-streaming-5460ab73d2e8169c54beda06e7cca762aee84a1f.tar.gz
Merge commit '1839fafa951308237c4672ffd9a94f927b26eac7'
* commit '1839fafa951308237c4672ffd9a94f927b26eac7': avconv: Support VDA hwaccel Conflicts: Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 52ce2c3..41d6663 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -61,6 +61,7 @@ enum HWAccelID {
HWACCEL_AUTO,
HWACCEL_VDPAU,
HWACCEL_DXVA2,
+ HWACCEL_VDA,
};
typedef struct HWAccel {
@@ -514,5 +515,6 @@ int ffmpeg_parse_options(int argc, char **argv);
int vdpau_init(AVCodecContext *s);
int dxva2_init(AVCodecContext *s);
+int vda_init(AVCodecContext *s);
#endif /* FFMPEG_H */
OpenPOWER on IntegriCloud