Browse Source

sout: fix unused parameter warning on Darwin

pull/162/head
Marvin Scholz 2 years ago
committed by Steve Lhomme
parent
commit
d1140d33b1
  1. 2
      modules/stream_out/renderer_common.cpp

2
modules/stream_out/renderer_common.cpp

@ -263,7 +263,7 @@ std::string GetVencX264Option( sout_stream_t * /* p_stream */,
#ifdef __APPLE__
std::string GetVencAvcodecVTOption( sout_stream_t * /* p_stream */,
const video_format_t * p_vid,
const video_format_t * /* p_vid */,
int i_quality )
{
std::stringstream ssout;

Loading…
Cancel
Save