mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-24 00:30:57 +08:00
avformat: add demuxer and probe support for H266/VVC
Add demuxer to probe raw vvc and parse vvcc byte stream format. Co-authored-by: Nuo Mi <nuomi2021@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
86796f1f0e
commit
ac2b25f4e5
@@ -486,6 +486,7 @@ extern const FFOutputFormat ff_voc_muxer;
|
||||
extern const AVInputFormat ff_vpk_demuxer;
|
||||
extern const AVInputFormat ff_vplayer_demuxer;
|
||||
extern const AVInputFormat ff_vqf_demuxer;
|
||||
extern const AVInputFormat ff_vvc_demuxer;
|
||||
extern const AVInputFormat ff_w64_demuxer;
|
||||
extern const FFOutputFormat ff_w64_muxer;
|
||||
extern const AVInputFormat ff_wady_demuxer;
|
||||
|
||||
Reference in New Issue
Block a user