[FFmpeg-devel] [PATCH v6 1/4] avformat/flvenc: Add support for HEVC over flv in muxer

Jean-Baptiste Kempf jb at videolan.org
Thu Apr 13 03:41:58 EEST 2023


Hello,

On Wed, 12 Apr 2023, at 03:30, Steven Liu wrote:
> Implements HEVC according to Enhanced FLV spec found at
> https://github.com/veovera/enhanced-rtmp

The spec is not final, so please wait before merging this :)
But it looks good.

>  libavformat/flv.h    | 16 ++++++++++++

> @@ -110,6 +116,16 @@ enum {
>      FLV_CODECID_H264    = 7,
>      FLV_CODECID_REALH263= 8,
>      FLV_CODECID_MPEG4   = 9,
> +    FLV_CODECID_HEVC    = 10,

By adding this to the enum, if there a risk that invalid streams, aka using 10 inside the bitstream get decoded too? (Instead of using the fourcc)

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the ffmpeg-devel mailing list