aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-06 15:27:19 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-06 16:09:02 +0200
commit403133ab5eb39b5d6d1d2a94e881a40023caa109 (patch)
tree474c000a10247f0e6e175367b52525484134d698 /ffmpeg.h
parent573d3330107b9a49d6bfbfc739727f8d1516a7a1 (diff)
downloadandroid_external_ffmpeg-403133ab5eb39b5d6d1d2a94e881a40023caa109.tar.gz
android_external_ffmpeg-403133ab5eb39b5d6d1d2a94e881a40023caa109.tar.bz2
android_external_ffmpeg-403133ab5eb39b5d6d1d2a94e881a40023caa109.zip
ffmpeg: add vdpau_old to allow continued testing of the older (but not oldest) API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 56eb66a6e8..c45660309e 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -490,6 +490,7 @@ extern int stdin_interaction;
extern int frame_bits_per_raw_sample;
extern AVIOContext *progress_avio;
extern float max_error_rate;
+extern int vdpau_api_ver;
extern const AVIOInterruptCB int_cb;