mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
revert r13867, - reference stdout, I was drunk
Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f035fe9755
commit
a9d9aa3613
@ -4483,7 +4483,7 @@ int main(int argc, char **argv)
|
||||
/* open log file if needed */
|
||||
if (logfilename[0] != '\0') {
|
||||
if (!strcmp(logfilename, "-"))
|
||||
logfile = stderr;
|
||||
logfile = stdout;
|
||||
else
|
||||
logfile = fopen(logfilename, "a");
|
||||
av_log_set_callback(http_av_log);
|
||||
|
Loading…
Reference in New Issue
Block a user