mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 11:28:05 +00:00
avdevice/decklink_dec: remove AVFMT_RAWPICTURE
It has no effect for input devices. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
418ce91507
commit
80b644c6ee
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user