summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-01-11 10:31:11 -0300
committerAnton Khirnov <anton@khirnov.net>2023-02-09 15:35:14 +0100
commit6d6ae3595b74106ad8f59800f26b96ab3dfb297e (patch)
treec6769f732b7dd74b5aa4ad8b4cd643ff81065827 /libavformat/avformat.h
parent1f86fc1c5ede2be519a618e5b22fd11a268021fc (diff)
avformat: remove FF_API_AVSTREAM_CLASS
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index ac40e197f6..b986aacc78 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -838,12 +838,10 @@ const char *av_disposition_to_string(int disposition);
* sizeof(AVStream) must not be used outside libav*.
*/
typedef struct AVStream {
-#if FF_API_AVSTREAM_CLASS
/**
* A class for @ref avoptions. Set on stream creation.
*/
const AVClass *av_class;
-#endif
int index; /**< stream index in AVFormatContext */
/**