OSDN Git Service

avconv: Replace goto redo on decode fail with continue.
authorAlex Converse <alex.converse@gmail.com>
Tue, 23 Aug 2011 20:47:31 +0000 (13:47 -0700)
committerAlex Converse <alex.converse@gmail.com>
Wed, 24 Aug 2011 17:13:32 +0000 (10:13 -0700)
commitb9630bcf8215034f5a50e1f6835d4c4366413618
tree9e78c40c52cd9a1cfc2e5b9051d509168da74c6d
parent389e0a5a24bf5a08d2c9a4cb41c7ae143e5ef2a6
avconv: Replace goto redo on decode fail with continue.

This checks for sigterm but otherwise is identical to the previous
behavior.
avconv.c