1
0
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:
Nicolas George 2014-07-17 18:28:58 +02:00
parent 099aff5c42
commit 8e2976860f

View File

@ -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) {