Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug report on CDN/FFmpeg_patches/0001-Add-SVT-HEVC-FLV-support-on-FFmpeg.patch #1

Open
liuxiangkai opened this issue Apr 8, 2021 · 0 comments

Comments

@liuxiangkai
Copy link

In the function flv_write_packet(AVFormatContext *s, AVPacket *pkt), the following code was added which will causes decoding errors (because the header info should not be write to every frame, it just need to be write at the beginning):

  •    } else {
    
  •        flv_write_codec_header(s, par, pkt->dts);
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant