cosmetics: Correct comments in decklink_dec

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Patrick Felt 2016-08-02 13:39:22 -06:00 committed by Timothy Gu
parent efc9d5c4bc
commit 5469293758
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* 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;

View File

@ -1,5 +1,5 @@
/*
* Blackmagic DeckLink output
* Blackmagic DeckLink input
* Copyright (c) 2013-2014 Ramiro Polla
*
* This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/*
* Blackmagic DeckLink output
* Blackmagic DeckLink input
* Copyright (c) 2014 Deti Fliegl
*
* This file is part of FFmpeg.