]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7513: break is safer than continue
authorSeven Du <dujinfang@gmail.com>
Thu, 16 Apr 2015 02:15:56 +0000 (10:15 +0800)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:21 +0000 (12:47 -0500)
commit30463bfc1ee2e5bb086849b2a9d7673ed105de92
tree601df6cf97fc6d3f9bba64c2232d36305df8fbd3
parentf6886b05d1cbb0d37e4d6beec863fd3fc42e9e91
FS-7513: break is safer than continue

when the encoder returns 0, it means no more data will come and we should not try again
src/mod/applications/mod_conference/mod_conference.c
src/switch_core_media.c