Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

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

@liuxiangkai

Description

@liuxiangkai

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);
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions