diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-06 15:27:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-06 16:09:02 +0200 |
commit | 403133ab5eb39b5d6d1d2a94e881a40023caa109 (patch) | |
tree | 474c000a10247f0e6e175367b52525484134d698 /ffmpeg.h | |
parent | 573d3330107b9a49d6bfbfc739727f8d1516a7a1 (diff) | |
download | ffmpeg-403133ab5eb39b5d6d1d2a94e881a40023caa109.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |