File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,27 +71,27 @@ bool Media::analyse()
71
71
}
72
72
case AVMEDIA_TYPE_UNKNOWN:
73
73
{
74
- std::cout << " unknown stream" << std::endl;
74
+ // std::cout << "unknown stream" << std::endl;
75
75
break ;
76
76
}
77
77
case AVMEDIA_TYPE_DATA:
78
78
{
79
- std::cout << " data stream" << std::endl;
79
+ // std::cout << "data stream" << std::endl;
80
80
break ;
81
81
}
82
82
case AVMEDIA_TYPE_SUBTITLE:
83
83
{
84
- std::cout << " subtitle stream" << std::endl;
84
+ // std::cout << "subtitle stream" << std::endl;
85
85
break ;
86
86
}
87
87
case AVMEDIA_TYPE_ATTACHMENT:
88
88
{
89
- std::cout << " attachement" << std::endl;
89
+ // std::cout << "attachement" << std::endl;
90
90
break ;
91
91
}
92
92
case AVMEDIA_TYPE_NB:
93
93
{
94
- std::cout << " NB" << std::endl;
94
+ // std::cout << "NB" << std::endl;
95
95
break ;
96
96
}
97
97
}
You can’t perform that action at this time.
0 commit comments