Commit 54692937 authored by Patrick Felt's avatar Patrick Felt Committed by Timothy Gu

cosmetics: Correct comments in decklink_dec

Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
parent efc9d5c4
/*
* Blackmagic DeckLink output
* Blackmagic DeckLink input
* Copyright (c) 2013-2014 Luca Barbato, Deti Fliegl
*
* This file is part of FFmpeg.
......@@ -524,7 +524,7 @@ av_cold int ff_decklink_read_header(AVFormatContext *avctx)
/* Get input device. */
if (ctx->dl->QueryInterface(IID_IDeckLinkInput, (void **) &ctx->dli) != S_OK) {
av_log(avctx, AV_LOG_ERROR, "Could not open output device from '%s'\n",
av_log(avctx, AV_LOG_ERROR, "Could not open input device from '%s'\n",
avctx->filename);
ret = AVERROR(EIO);
goto error;
......
/*
* Blackmagic DeckLink output
* Blackmagic DeckLink input
* Copyright (c) 2013-2014 Ramiro Polla
*
* This file is part of FFmpeg.
......
/*
* Blackmagic DeckLink output
* Blackmagic DeckLink input
* Copyright (c) 2014 Deti Fliegl
*
* This file is part of FFmpeg.
......
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