projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cosmetics: drop some pointless parentheses
[ffmpeg.git]
/
libavdevice
/
bktr.c
diff --git
a/libavdevice/bktr.c
b/libavdevice/bktr.c
index
e6a1e8b
..
8abe5ef
100644
(file)
--- a/
libavdevice/bktr.c
+++ b/
libavdevice/bktr.c
@@
-292,7
+292,7
@@
static int grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)
if (bktr_init(s1->filename, width, height, s->standard,
-
&(s->video_fd), &(s->tuner_fd)
, -1, 0.0) < 0) {
+
&s->video_fd, &s->tuner_fd
, -1, 0.0) < 0) {
ret = AVERROR(EIO);
goto out;
}