summaryrefslogtreecommitdiff
path: root/libavformat/rawdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rawdec.h')
-rw-r--r--libavformat/rawdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rawdec.h b/libavformat/rawdec.h
index 76e8053f6d..73bfb4abc4 100644
--- a/libavformat/rawdec.h
+++ b/libavformat/rawdec.h
@@ -38,7 +38,6 @@ typedef struct FFRawVideoDemuxerContext {
char *framerate; /**< String describing framerate, set by a private option. */
} FFRawVideoDemuxerContext;
-extern const AVClass ff_rawaudio_demuxer_class;
extern const AVClass ff_rawvideo_demuxer_class;
int ff_raw_read_header(AVFormatContext *s, AVFormatParameters *ap);