]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rawdec.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / rawdec.h
index 5812e5019b1fdc09384cf82be63ebb242f8e3e99..d978295ce2ba5a7ffc2e5c241a865c384fe9b0f4 100644 (file)
 #include "libavutil/log.h"
 #include "libavutil/opt.h"
 
-typedef struct RawAudioDemuxerContext {
-    AVClass *class;
-    int sample_rate;
-    int channels;
-} RawAudioDemuxerContext;
-
 typedef struct FFRawVideoDemuxerContext {
     const AVClass *class;     /**< Class for private options. */
     char *video_size;         /**< String describing video size, set by a private option. */
@@ -41,8 +35,6 @@ typedef struct FFRawVideoDemuxerContext {
 
 extern const AVOption ff_rawvideo_options[];
 
-int ff_raw_read_header(AVFormatContext *s);
-
 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
 
 int ff_raw_audio_read_header(AVFormatContext *s);