diff options
author | Patrick Felt <patrick.felt@echostar.com> | 2016-08-02 13:39:22 -0600 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-08-02 13:01:12 -0700 |
commit | 5469293758c9e35cc6a1508776c98129ab9762f8 (patch) | |
tree | ff442885c110aa2aa10cf70a9c5e8a3e970921b3 /libavdevice/decklink_dec_c.c | |
parent | efc9d5c4bc40ca76063ba09017aeb86f4bad461e (diff) | |
download | ffmpeg-5469293758c9e35cc6a1508776c98129ab9762f8.tar.gz |
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.c | 2 |
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. |