File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/AvTranscoder/Transcoder Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Transcoder::~Transcoder()
24
24
{
25
25
delete (*it);
26
26
}
27
- // for( std::vector< DummyAudio* >::iterator it = _dummyAudio.begin(); it != _dummyAudio.end(); ++it )
28
- // {
29
- // delete (*it);
30
- // }
31
- // for( std::vector< DummyVideo* >::iterator it = _dummyVideo.begin(); it != _dummyVideo.end(); ++it )
32
- // {
33
- // delete (*it);
34
- // }
27
+ for ( std::vector< DummyAudio* >::iterator it = _dummyAudio.begin (); it != _dummyAudio.end (); ++it )
28
+ {
29
+ delete (*it);
30
+ }
31
+ for ( std::vector< DummyVideo* >::iterator it = _dummyVideo.begin (); it != _dummyVideo.end (); ++it )
32
+ {
33
+ delete (*it);
34
+ }
35
35
}
36
36
37
37
void Transcoder::add ( const std::string& filename, const size_t streamIndex, const std::string& profileName )
You can’t perform that action at this time.
0 commit comments