Merge remote-tracking branch 'qatar/master'
* qatar/master: lavfi: add select filter oggdec: fix out of bound write in the ogg demuxer movenc: create an alternate group for each media type lavd: add libcdio-paranoia input device for audio CD grabbing rawdec: refactor private option for raw video demuxers pcmdec: use unique classes for all pcm demuxers. rawdec: g722 is always 1 channel/16kHz Conflicts: Changelog configure doc/filters.texi libavdevice/avdevice.h libavfilter/avfilter.h libavfilter/vf_select.c tests/ref/lavf/mov Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -58,6 +58,8 @@ static int ingenient_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
return ret;
|
||||
}
|
||||
|
||||
FF_RAWVIDEO_DEMUXER_CLASS(ingenient)
|
||||
|
||||
AVInputFormat ff_ingenient_demuxer = {
|
||||
.name = "ingenient",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("raw Ingenient MJPEG"),
|
||||
@@ -67,5 +69,5 @@ AVInputFormat ff_ingenient_demuxer = {
|
||||
.flags= AVFMT_GENERIC_INDEX,
|
||||
.extensions = "cgi", // FIXME
|
||||
.value = CODEC_ID_MJPEG,
|
||||
.priv_class = &ff_rawvideo_demuxer_class,
|
||||
.priv_class = &ingenient_demuxer_class,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user