mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavd/x11grab: reindent after last commit.
This commit is contained in:
parent
099aff5c42
commit
8e2976860f
@ -224,8 +224,8 @@ x11grab_read_header(AVFormatContext *s1)
|
||||
}
|
||||
|
||||
if (x11grab->use_shm) {
|
||||
use_shm = XShmQueryExtension(dpy);
|
||||
av_log(s1, AV_LOG_INFO, "shared memory extension%s found\n", use_shm ? "" : " not");
|
||||
use_shm = XShmQueryExtension(dpy);
|
||||
av_log(s1, AV_LOG_INFO, "shared memory extension%s found\n", use_shm ? "" : " not");
|
||||
}
|
||||
|
||||
if(use_shm) {
|
||||
|
Loading…
Reference in New Issue
Block a user