Skip to content

Commit

Permalink
Merge commit '01947f07b81a57fb1e15114b710f6d5ae4f70a11'
Browse files Browse the repository at this point in the history
* commit '01947f07b81a57fb1e15114b710f6d5ae4f70a11':
  avconv: remove a useless line

Merged-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
michaelni committed May 5, 2014
2 parents 1efc089 + 01947f0 commit 22ffa53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ffmpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,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)
Expand Down

0 comments on commit 22ffa53

Please sign in to comment.