diff options
author | Josh de Kock <josh@itanimul.li> | 2018-03-23 10:16:15 +0000 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2018-03-31 23:26:31 +0100 |
commit | d8ae40611bc01257776b71f20d774eb720151906 (patch) | |
tree | 125ca3583f0c36bd81ba4c26e74191ba189f9e63 /libavdevice/version.h | |
parent | 8f1382f80e0d4184c54c14afdda6482f050fbba7 (diff) | |
download | ffmpeg-d8ae40611bc01257776b71f20d774eb720151906.tar.gz |
Revert "lavd: add new API for iterating input and output devices"
This reverts commit 0fd475704e871ef3a535947596a012894bae3cbd.
Revert "lavd: fix iterating of input and output devices"
This reverts commit ce1d77a5e7cebce11074bf6f9e38ad6da37338ff.
Signed-off-by: Josh de Kock <josh@itanimul.li>
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r-- | libavdevice/version.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h index 80285a2611..d605427bcb 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -47,8 +47,4 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_NEXT -#define FF_API_NEXT (LIBAVDEVICE_VERSION_MAJOR < 59) -#endif - #endif /* AVDEVICE_VERSION_H */ |