Update tsmf_ffmpeg.c
authorjoy.you <yjcpui@gmail.com>
Wed, 8 Mar 2017 02:25:36 +0000 (10:25 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 02:25:36 +0000 (10:25 +0800)
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c

index 6c856d3..3f5bf7b 100644 (file)
@@ -435,7 +435,7 @@ static BOOL tsmf_ffmpeg_decode_audio(ITSMFDecoder* decoder, const BYTE *data, UI
                        av_free(decoded_frame);
                }
 #endif
-               if (len> 0)
+               if (len > 0)
                {
                        src += len;
                        src_size -= len;