Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Felt <patrick.felt@echostar.com>2016-08-02 22:39:22 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-08-02 23:01:12 +0300
commit5469293758c9e35cc6a1508776c98129ab9762f8 (patch)
treeff442885c110aa2aa10cf70a9c5e8a3e970921b3 /libavdevice/decklink_dec_c.c
parentefc9d5c4bc40ca76063ba09017aeb86f4bad461e (diff)
cosmetics: Correct comments in decklink_dec
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'libavdevice/decklink_dec_c.c')
-rw-r--r--libavdevice/decklink_dec_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/decklink_dec_c.c b/libavdevice/decklink_dec_c.c
index 523be662b2..56bc4394cf 100644
--- a/libavdevice/decklink_dec_c.c
+++ b/libavdevice/decklink_dec_c.c
@@ -1,5 +1,5 @@
/*
- * Blackmagic DeckLink output
+ * Blackmagic DeckLink input
* Copyright (c) 2014 Deti Fliegl
*
* This file is part of FFmpeg.