[FFmpeg-devel] [PATCH] libavformat/flvdec: add HEVC demuxing support

Gyan Doshi ffmpeg at gyani.pro
Mon Jul 26 06:44:05 EEST 2021



On 2021-07-25 19:07, James Almer wrote:
> On 7/25/2021 10:04 AM, Xiaolei Yu wrote:
>> Explicitly supply an HEVC codec id to enable this feature.
>> ---
>>   libavformat/flv.h    |  1 +
>>   libavformat/flvdec.c | 21 ++++++++++++++++++---
>>   2 files changed, 19 insertions(+), 3 deletions(-)
>
> This has been rejected time and time again, last time not even a month 
> ago.

We may not support muxing it, since that is apparently out of spec, but 
what's wrong with demuxing?

We support demuxing PCM in MP4 but not muxing it. There are a couple of 
other examples which I can't recall off hand. Isn't Postel's law 
accepted here?

Regards,
Gyan


More information about the ffmpeg-devel mailing list