0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

obs-ffmpeg: Remove unused variables

This commit is contained in:
PatTheMav 2023-02-16 20:57:28 +01:00 committed by Jim
parent 6e0d802874
commit 19c131c981

View File

@ -141,7 +141,6 @@ static bool create_video_stream(struct ffmpeg_output *stream,
struct ffmpeg_data *data)
{
AVCodecContext *context;
void *extradata = NULL;
struct obs_video_info ovi;
if (!obs_get_video_info(&ovi)) {
@ -230,7 +229,6 @@ static bool create_audio_stream(struct ffmpeg_output *stream,
{
AVCodecContext *context;
AVStream *avstream;
void *extradata = NULL;
struct obs_audio_info aoi;
const char *name = data->config.audio_encoder;
int channels;