diff options
author | Dawid Kozinski <d.kozinski@samsung.com> | 2025-07-14 11:18:57 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-07-18 14:54:36 -0300 |
commit | 8baa691e5fa63ff8e1ac2684e70f2f7f40f77615 (patch) | |
tree | 1d977ca3525c0577876363cbc4240a82c1d88c3b /libavformat/cbs.h | |
parent | 585a8d53576f19a14394d7728ed2831e1bee8dbf (diff) | |
download | ffmpeg-8baa691e5fa63ff8e1ac2684e70f2f7f40f77615.tar.gz |
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>
Diffstat (limited to 'libavformat/cbs.h')
-rw-r--r-- | libavformat/cbs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/cbs.h b/libavformat/cbs.h index 0fab3a7457..e4dc231001 100644 --- a/libavformat/cbs.h +++ b/libavformat/cbs.h @@ -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 |