hevc: Support extradata changes
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
46fae40d25
commit
25fcbf7a84
3 changed files with 11 additions and 5 deletions
|
|
@ -2232,10 +2232,6 @@ static int mov_skip_multiple_stsd(MOVContext *c, AVIOContext *pb,
|
|||
avio_skip(pb, size);
|
||||
return 1;
|
||||
}
|
||||
if ( codec_tag == AV_RL32("hvc1") ||
|
||||
codec_tag == AV_RL32("hev1")
|
||||
)
|
||||
av_log(c->fc, AV_LOG_WARNING, "Concatenated H.264 or H.265 might not play correctly.\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue