Skip to content

Commit

Permalink
ios/vtb_sync: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xinzhengzhang committed Feb 3, 2017
1 parent 7f98143 commit 14383e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "IJKVideoToolBoxAsync.h"
#include "IJKVideoToolBoxSync.h"
#include "ijksdl_vout_overlay_videotoolbox.h"
#include "ffpipeline_ios.h"
#include <mach/mach_time.h>
Expand Down Expand Up @@ -1034,6 +1034,6 @@ static int vtbformat_init(VTBFormatDesc *fmt_desc, AVCodecParameters *codecpar)
return context_vtb;

fail:
videotoolbox_async_free(context_vtb);
videotoolbox_sync_free(context_vtb);
return NULL;
}

0 comments on commit 14383e0

Please sign in to comment.