Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
firmware: fix source name for encoder in status_print
  • Loading branch information
enjoy-digital committed Sep 7, 2015
1 parent f769455 commit 5abdc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/lm32/ci.c
Expand Up @@ -167,12 +167,12 @@ static void status_print(void)
#ifdef ENCODER_BASE
printf("encoder: ");
if(encoder_enabled) {
printf("%dx%d @ %dfps (%dMbps) from input%d (q: %d)",
printf("%dx%d @ %dfps (%dMbps) from %s (q: %d)",
processor_h_active,
processor_v_active,
encoder_fps,
encoder_nwrites_read()*8/1000000,
processor_encoder_source,
processor_get_source_name(processor_encoder_source),
encoder_quality);
encoder_nwrites_clear_write(1);
} else
Expand Down

0 comments on commit 5abdc0d

Please sign in to comment.