cosmetics: indentation

Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-04-03 16:47:43 +00:00
parent 7b17ad84be
commit 3d18b282e0
1 changed files with 2 additions and 2 deletions

View File

@ -311,8 +311,8 @@ static int grab_read_close(AVFormatContext *s1)
AVInputFormat video_grab_device_demuxer = {
"bktr",
"video grab",
sizeof(VideoData),
NULL,
sizeof(VideoData),
NULL,
grab_read_header,
grab_read_packet,
grab_read_close,