X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frawdec.h;h=a5487784c94bb59db7b9f34dc3b68511c63b725a;hb=857e6667f9061ae261c0b951113e4efc4329b05e;hp=4cce2cf90181432b7c15e848075000465390fc96;hpb=f7fe41a04f962707a99597d2ea49d73ca90b23a0;p=ffmpeg diff --git a/libavformat/rawdec.h b/libavformat/rawdec.h index 4cce2cf9018..a5487784c94 100644 --- a/libavformat/rawdec.h +++ b/libavformat/rawdec.h @@ -26,12 +26,6 @@ #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);