You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-06 05:47:18 +02:00
avformat/mccenc: Remove redundant setting of time base
It has already been done in init. Reviewed-by: Jacob Lifshay <programmerjake@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -158,7 +158,6 @@ static AVRational valid_time_code_rates[] = {
|
||||
static int mcc_write_header(AVFormatContext *avf)
|
||||
{
|
||||
MCCContext *mcc = avf->priv_data;
|
||||
avpriv_set_pts_info(avf->streams[0], 64, mcc->timecode.rate.den, mcc->timecode.rate.num);
|
||||
const char *mcc_header = mcc_header_v1;
|
||||
switch ((MCCVersion)mcc->mcc_version) {
|
||||
case MCC_VERSION_1:
|
||||
|
Reference in New Issue
Block a user