lavf: remove disabled FF_API_STREAM_COPY cruft

This commit is contained in:
Anton Khirnov
2012-01-12 13:31:55 +01:00
parent 2a0f868cfa
commit bd4c51312b
2 changed files with 0 additions and 7 deletions

View File

@@ -47,9 +47,6 @@
* Those FF_API_* defines are not part of public API.
* They may change, break or disappear at any time.
*/
#ifndef FF_API_STREAM_COPY
#define FF_API_STREAM_COPY (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_SEEK_PUBLIC
#define FF_API_SEEK_PUBLIC (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif