Browse Source

obs-ffmpeg: Remove outdated comment

Norihiro Kamae 2 years ago
parent
commit
021826175b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugins/obs-ffmpeg/obs-ffmpeg-mux.c

+ 0 - 2
plugins/obs-ffmpeg/obs-ffmpeg-mux.c

@@ -133,8 +133,6 @@ bool active(struct ffmpeg_muxer *stream)
 	return os_atomic_load_bool(&stream->active);
 }
 
-/* TODO: allow codecs other than h264 whenever we start using them */
-
 static void add_video_encoder_params(struct ffmpeg_muxer *stream,
 				     struct dstr *cmd, obs_encoder_t *vencoder)
 {