make sure the default file descriptor for the passthrough muxer is an invalid one, not stdout.
This commit is contained in:
parent
777e4108b9
commit
442d695445
1 changed files with 2 additions and 1 deletions
|
@ -334,7 +334,8 @@ pass_muxer_create(muxer_container_type_t mc)
|
|||
pm->m_write_pkt = pass_muxer_write_pkt;
|
||||
pm->m_close = pass_muxer_close;
|
||||
pm->m_destroy = pass_muxer_destroy;
|
||||
|
||||
pm->pm_fd = -1;
|
||||
|
||||
return (muxer_t *)pm;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue