From 5dc5601576c617516ec41c9c4899d3e18c0cc030 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 1 Oct 2015 15:46:38 +0200 Subject: [PATCH] Fix comment spelling. --- ChangeLog | 1 + codec.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b25d3b..7e3b8e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ User johns Date: + Fix comment spelling. Disabled old code before removement. Handle change of audio ac3 downmix direct. Speedup queuing output surface, when decoder buffers are full. diff --git a/codec.c b/codec.c index 6d67150..35ef61c 100644 --- a/codec.c +++ b/codec.c @@ -115,7 +115,7 @@ /// static pthread_mutex_t CodecLockMutex; - /// Flag prefer fast xhannel switch + /// Flag prefer fast channel switch char CodecUsePossibleDefectFrames; //----------------------------------------------------------------------------