On 9/6/2024 8:48 AM, Anton Khirnov wrote:
Quoting James Almer (2024-08-31 18:31:11)
+st->codecpar->codec_type = AVMEDIA_TYPE_DATA;
Why not video?
Because it can not be decoded on its own, so you can't map any decoder
to it.
OpenPGP_signature.asc
Description: OpenPGP digital sign
Quoting James Almer (2024-08-31 18:31:11)
> +st->codecpar->codec_type = AVMEDIA_TYPE_DATA;
Why not video?
--
Anton Khirnov
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, v
Co-authored-by: V-Nova Team
Signed-off-by: James Almer
---
libavformat/isom.h | 3 ++
libavformat/isom_tags.c | 2 +
libavformat/mov.c | 86 +
3 files changed, 91 insertions(+)
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 15e946