projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7feb950
)
'-' can be used for standard input
author
Fabrice Bellard
<fabrice@bellard.org>
Tue, 19 Nov 2002 19:08:56 +0000
(19:08 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Tue, 19 Nov 2002 19:08:56 +0000
(19:08 +0000)
Originally committed as revision 1232 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
patch
|
blob
|
blame
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index
af0a3cc
..
f6c7f70
100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-1815,6
+1815,9
@@
void opt_input_file(const char *filename)
AVFormatParameters params, *ap = ¶ms;
int err, i, ret, rfps;
+ if (!strcmp(filename, "-"))
+ filename = "pipe:";
+
/* get default parameters from command line */
memset(ap, 0, sizeof(*ap));
ap->sample_rate = audio_sample_rate;