Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 28, 2013
1 parent af5e7f0 commit ecebedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/core/srs_core_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ int SrsClient::process_publish_message(SrsSource* source, SrsCommonMessage* msg,
int ret = ERROR_SUCCESS;

// process audio packet
if (false && msg->header.is_audio()) {
if (msg->header.is_audio()) {
if ((ret = source->on_audio(msg)) != ERROR_SUCCESS) {
srs_error("source process audio message failed. ret=%d", ret);
return ret;
Expand Down

0 comments on commit ecebedf

Please sign in to comment.