Skip to content

Commit

Permalink
win-dshow: Removed used UNUSED_PARAMETER
Browse files Browse the repository at this point in the history
  • Loading branch information
jpark37 authored and jp9000 committed May 27, 2022
1 parent 54f09fe commit fa8f1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/win-dshow/win-dshow.cpp
Expand Up @@ -624,7 +624,6 @@ void DShowInput::OnVideoData(const VideoConfig &config, unsigned char *data,
obs_source_output_video2(source, &frame);

UNUSED_PARAMETER(endTime); /* it's the enndd tiimmes! */
UNUSED_PARAMETER(size);
}

void DShowInput::OnEncodedAudioData(enum AVCodecID id, unsigned char *data,
Expand Down

0 comments on commit fa8f1c3

Please sign in to comment.