Skip to content

Commit

Permalink
obs-ffmpeg: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Apr 24, 2016
1 parent 45015db commit 7c3d858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/obs-ffmpeg/obs-ffmpeg-nvenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ static void nvenc_destroy(void *data)
static void *nvenc_create(obs_data_t *settings, obs_encoder_t *encoder)
{
struct nvenc_encoder *enc;
video_t *video = obs_encoder_video(encoder);

avcodec_register_all();

Expand Down

0 comments on commit 7c3d858

Please sign in to comment.