Browse Source

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
tags/v0.5
Vincent Fourmond Ramiro Polla 18 years ago
parent
commit
de79849eac
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libavformat/file.c

+ 5
- 5
libavformat/file.c View File

@@ -91,11 +91,11 @@ static int pipe_open(URLContext *h, const char *filename, int flags)
{
int fd;

if (flags & URL_WRONLY) {
fd = 1;
} else {
fd = 0;
}
if (flags & URL_WRONLY) {
fd = 1;
} else {
fd = 0;
}
#ifdef O_BINARY
setmode(fd, O_BINARY);
#endif


Loading…
Cancel
Save