projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
matroskadec: replace matroska_queue_packet with a single call to dynarray_add
[ffmpeg.git]
/
libavdevice
/
bktr.c
diff --git
a/libavdevice/bktr.c
b/libavdevice/bktr.c
index
364e296
..
7b37f11
100644
(file)
--- a/
libavdevice/bktr.c
+++ b/
libavdevice/bktr.c
@@
-311,7
+311,7
@@
static int grab_read_close(AVFormatContext *s1)
AVInputFormat bktr_demuxer = {
"bktr",
-
"video grab"
,
+
NULL_IF_CONFIG_SMALL("video grab")
,
sizeof(VideoData),
NULL,
grab_read_header,