Commit 150244e3 authored by diego's avatar diego

cosmetics: indentation


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8618 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fbf60b2b
...@@ -311,8 +311,8 @@ static int grab_read_close(AVFormatContext *s1) ...@@ -311,8 +311,8 @@ static int grab_read_close(AVFormatContext *s1)
AVInputFormat video_grab_device_demuxer = { AVInputFormat video_grab_device_demuxer = {
"bktr", "bktr",
"video grab", "video grab",
sizeof(VideoData), sizeof(VideoData),
NULL, NULL,
grab_read_header, grab_read_header,
grab_read_packet, grab_read_packet,
grab_read_close, grab_read_close,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment