Browse Source

avconv: remove a useless line

Doing anything with that field when we are doing streamcopy (so the
encoder is not opened) should have absolutely no effect.
tags/n2.3
Anton Khirnov 11 years ago
parent
commit
01947f07b8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      avconv.c

+ 0
- 1
avconv.c View File

@@ -1135,7 +1135,6 @@ static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *p
}

write_frame(of->ctx, &opkt, ost);
ost->st->codec->frame_number++;
}

int guess_input_channel_layout(InputStream *ist)


Loading…
Cancel
Save