projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support MBAFF + constrained intra prediction.
[ffmpeg.git]
/
libavdevice
/
x11grab.c
diff --git
a/libavdevice/x11grab.c
b/libavdevice/x11grab.c
index
f1375f6
..
4e1a499
100644
(file)
--- a/
libavdevice/x11grab.c
+++ b/
libavdevice/x11grab.c
@@
-519,7
+519,7
@@
x11grab_read_close(AVFormatContext *s1)
AVInputFormat x11_grab_device_demuxer =
{
"x11grab",
-
"X11grab"
,
+
NULL_IF_CONFIG_SMALL("X11grab")
,
sizeof(x11_grab_t),
NULL,
x11grab_read_header,