Commit 80b644c6 authored by Marton Balint's avatar Marton Balint

avdevice/decklink_dec: remove AVFMT_RAWPICTURE

It has no effect for input devices.
Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 418ce915
......@@ -77,7 +77,7 @@ static const AVClass decklink_demuxer_class = {
AVInputFormat ff_decklink_demuxer = {
.name = "decklink",
.long_name = NULL_IF_CONFIG_SMALL("Blackmagic DeckLink input"),
.flags = AVFMT_NOFILE | AVFMT_RAWPICTURE,
.flags = AVFMT_NOFILE,
.priv_class = &decklink_demuxer_class,
.priv_data_size = sizeof(struct decklink_cctx),
.read_header = ff_decklink_read_header,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment