projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e41f57
)
Update tsmf_ffmpeg.c
author
joy.you
<yjcpui@gmail.com>
Wed, 8 Mar 2017 02:25:36 +0000
(10:25 +0800)
committer
GitHub
<noreply@github.com>
Wed, 8 Mar 2017 02:25:36 +0000
(10:25 +0800)
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c
patch
|
blob
|
history
diff --git
a/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c
b/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c
index
6c856d3
..
3f5bf7b
100644
(file)
--- a/
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c
+++ b/
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c
@@
-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;