Skip to content

Commit

Permalink
Removed redundant fprintf() statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sahaRatul committed Aug 5, 2015
1 parent 55a5abb commit b8de9ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ int main(int argc,char **argv)
//Write frame syncword
written = fwrite(&frame_sync,sizeof(int32_t),1,outfile);

frame_sync_count++;

for(i = 0; i < channels; i++)
{
//Separate channels
Expand Down

0 comments on commit b8de9ef

Please sign in to comment.