Changeset dc7536ca in ffmpeg

Timestamp:
Mar 10, 2015, 6:40:11 AM (10 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
96a06dba, f063a0b
Parents:
93f79481
git-author:
Anton Khirnov <anton@khirnov.net> (03/09/15 09:54:00)
git-committer:
Anton Khirnov <anton@khirnov.net> (03/10/15 06:40:11)
Message:

avconv: do not abort immediately if initializing hwaccel fails

exit_program() will try to free the decoders, which is not a good idea
from within get_format().
Return an error instead.

(No files)

Note: See TracChangeset for help on using the changeset viewer.