You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avformat/mov_muxer: Extended MOV muxer to handle APV video content
- Changes in mov_write_video_tag function to handle APV elementary stream - Provided structure APVDecoderConfigurationRecord that specifies the decoder configuration information for APV video content Co-Authored-by: James Almer <jamrial@gmail.com> Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
585a8d5357
commit
8baa691e5f
@@ -22,7 +22,6 @@
|
||||
#define CBS_PREFIX lavf_cbs
|
||||
#define CBS_WRITE 0
|
||||
#define CBS_TRACE 0
|
||||
#define CBS_APV 0
|
||||
#define CBS_H264 0
|
||||
#define CBS_H265 0
|
||||
#define CBS_H266 0
|
||||
|
||||
Reference in New Issue
Block a user