Skip to content

Commit 13446f1

Browse files
author
Michal Adamczak
committed
Muxer streams refactoring
Common code isolated out and replaced by functions calls.
1 parent c712137 commit 13446f1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ffmpeg/encoder.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ static AVStream *add_stream_for_encoder(struct output_ctx *octx, AVCodecContext
4040

4141
static int add_video_stream(struct output_ctx *octx, struct input_ctx *ictx)
4242
{
43-
// video stream to muxer
4443
int ret = 0;
4544
if (is_copy(octx->video->name)) {
4645
// create stream as a copy of existing one

0 commit comments

Comments
 (0)