Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
54692937
Commit
54692937
authored
Aug 02, 2016
by
Patrick Felt
Committed by
Timothy Gu
Aug 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: Correct comments in decklink_dec
Signed-off-by:
Timothy Gu
<
timothygu99@gmail.com
>
parent
efc9d5c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
decklink_dec.cpp
libavdevice/decklink_dec.cpp
+2
-2
decklink_dec.h
libavdevice/decklink_dec.h
+1
-1
decklink_dec_c.c
libavdevice/decklink_dec_c.c
+1
-1
No files found.
libavdevice/decklink_dec.cpp
View file @
54692937
/*
* Blackmagic DeckLink
out
put
* Blackmagic DeckLink
in
put
* 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
out
put device from '%s'
\n
"
,
av_log
(
avctx
,
AV_LOG_ERROR
,
"Could not open
in
put device from '%s'
\n
"
,
avctx
->
filename
);
ret
=
AVERROR
(
EIO
);
goto
error
;
...
...
libavdevice/decklink_dec.h
View file @
54692937
/*
* Blackmagic DeckLink
out
put
* Blackmagic DeckLink
in
put
* Copyright (c) 2013-2014 Ramiro Polla
*
* This file is part of FFmpeg.
...
...
libavdevice/decklink_dec_c.c
View file @
54692937
/*
* Blackmagic DeckLink
out
put
* Blackmagic DeckLink
in
put
* Copyright (c) 2014 Deti Fliegl
*
* This file is part of FFmpeg.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment