Merge commit '7fd10f66b7'
* commit '7fd10f66b7':
hdsenc: Clear the previous codec tag when setting up the chained muxer
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
fbb6de2ad7
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ static int hds_write_header(AVFormatContext *s)
|
|||
goto fail;
|
||||
}
|
||||
avcodec_copy_context(st->codec, s->streams[i]->codec);
|
||||
st->codec->codec_tag = 0;
|
||||
st->sample_aspect_ratio = s->streams[i]->sample_aspect_ratio;
|
||||
st->time_base = s->streams[i]->time_base;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue