mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-03 22:50:36 +00:00
avformat/mov: request parsing for LCEVC streams
Given that no standalone decoder will be present, use a parser to get stream information that's not reported by the container. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -3042,6 +3042,7 @@ static int mov_finalize_stsd_codec(MOVContext *c, AVIOContext *pb,
|
||||
case AV_CODEC_ID_PRORES:
|
||||
case AV_CODEC_ID_APV:
|
||||
case AV_CODEC_ID_EVC:
|
||||
case AV_CODEC_ID_LCEVC:
|
||||
case AV_CODEC_ID_AV1:
|
||||
/* field_order detection of H264 requires parsing */
|
||||
case AV_CODEC_ID_H264:
|
||||
|
||||
Reference in New Issue
Block a user