]> git.sesse.net Git - ffmpeg/commit
ffmpeg: deduplicate init_output_stream usage logic
authorJan Ekström <jeebjp@gmail.com>
Thu, 10 Sep 2020 21:13:27 +0000 (00:13 +0300)
committerJan Ekström <jeebjp@gmail.com>
Sat, 17 Oct 2020 08:55:55 +0000 (11:55 +0300)
commit86228ebdb2f1c9c066473710c7e14eb8331265bf
treecf70df9563fcf21670d32dddf1f8b14e957fcdee
parentbf4a253f3829a1faf5c8ba30bf79cd7170e87af8
ffmpeg: deduplicate init_output_stream usage logic

Adds a wrapper function, which handles any errors depending on how
fatal a failure would be.
fftools/ffmpeg.c