diff options
author | Anton Khirnov | 2011-02-03 12:53:28 +0100 |
---|---|---|
committer | Anton Khirnov | 2011-04-19 18:31:12 +0200 |
commit | 7f804085f1be53fac1a28a962c1e34873981b131 (patch) | |
tree | f77dd9d0a16731f1dbfff00bbe82cbd3767bc121 /libavformat/avio.h | |
parent | 5763e63913940f8d2d2eb8750931e5f12dd2a481 (diff) |
lavf: remove FF_API_URL_CLASS cruft.
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 2502711be5..62ea42ca96 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -101,9 +101,7 @@ typedef struct { * @deprecated This struct will be made private */ typedef struct URLContext { -#if FF_API_URL_CLASS const AVClass *av_class; ///< information for av_log(). Set by url_open(). -#endif struct URLProtocol *prot; int flags; int is_streamed; /**< true if streamed (no seek possible), default = false */ |