Skip to content

Commit

Permalink
player: Coverity Scan (CID 1352372) [/player/src/services/soundcloud/…
Browse files Browse the repository at this point in the history
…tizscloudgraphops.cpp:scloudops] : Uninitialized scalar field (closes #239).
  • Loading branch information
juanrubio committed Mar 13, 2016
1 parent 550e1ac commit f5b2d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/src/services/soundcloud/tizscloudgraphops.cpp
Expand Up @@ -73,6 +73,7 @@ graph::scloudops::scloudops (graph *p_graph,
: tiz::graph::ops (p_graph, comp_lst, role_lst),
encoding_ (OMX_AUDIO_CodingAutoDetect)
{
TIZ_INIT_OMX_PORT_STRUCT (renderer_pcmtype_, 0);
}

void graph::scloudops::do_enable_auto_detection (const int handle_id,
Expand Down

0 comments on commit f5b2d2b

Please sign in to comment.