Commit de79849e authored by Vincent Fourmond's avatar Vincent Fourmond Committed by Ramiro Polla

Indent for next commit

Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr]

Originally committed as revision 10133 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent afd98005
...@@ -91,11 +91,11 @@ static int pipe_open(URLContext *h, const char *filename, int flags) ...@@ -91,11 +91,11 @@ static int pipe_open(URLContext *h, const char *filename, int flags)
{ {
int fd; int fd;
if (flags & URL_WRONLY) { if (flags & URL_WRONLY) {
fd = 1; fd = 1;
} else { } else {
fd = 0; fd = 0;
} }
#ifdef O_BINARY #ifdef O_BINARY
setmode(fd, O_BINARY); setmode(fd, O_BINARY);
#endif #endif
......
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