Skip to content

Conversation

@vincib
Copy link
Contributor

@vincib vincib commented Jan 5, 2017

In push_packet functions, the return code of av_interleaved_write_frame is ignored.

We don't know if the outfile is in a disk error, disk full, or pipe issue state.
it seems you planned to do that by defining "ret" as an integer ;)
This patch handle this case.

…me is ignored.

We don't know if the outfile is in a disk error, disk full, or pipe issue state.
it seems you planned to do that by defining "ret" as an integer ;)
This patch handle this case.
@lu-zero
Copy link
Owner

lu-zero commented Mar 20, 2017

Sounds a good idea to check it indeed!

I'll push it with some rewording on the commit message.

In theory all the exit causes should have a proper value...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants