Skip to content

Commit

Permalink
roc-streaminggh-608: Rework --list-supported
Browse files Browse the repository at this point in the history
- move to roc_dbgio
- add flags to enable specific sections
- print related cli options
- print pcm formats
- print channel masks
- print fec schemes
  • Loading branch information
gavv committed Aug 21, 2024
1 parent 0835e96 commit 6472e66
Show file tree
Hide file tree
Showing 12 changed files with 384 additions and 347 deletions.
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -722,13 +722,13 @@ env['ROC_MODULES'] = [
'roc_core',
'roc_status',
'roc_stat',
'roc_dbgio',
'roc_address',
'roc_packet',
'roc_fec',
'roc_dbgio',
'roc_audio',
'roc_rtp',
'roc_rtcp',
'roc_fec',
'roc_netio',
'roc_sndio',
'roc_pipeline',
Expand Down
75 changes: 0 additions & 75 deletions src/internal_modules/roc_address/print_supported.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions src/internal_modules/roc_address/print_supported.h

This file was deleted.

100 changes: 0 additions & 100 deletions src/internal_modules/roc_audio/print_supported.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions src/internal_modules/roc_audio/print_supported.h

This file was deleted.

Loading

0 comments on commit 6472e66

Please sign in to comment.