Re: [FFmpeg-devel] [PATCH 2/2] avformat/movenc: add support for writing SA3D boxes

2024-05-23 Thread James Almer
On 5/14/2024 10:08 PM, James Almer wrote: Signed-off-by: James Almer --- libavformat/movenc.c | 61 1 file changed, 61 insertions(+) Will apply the set. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg

[FFmpeg-devel] [PATCH 2/2] avformat/movenc: add support for writing SA3D boxes

2024-05-14 Thread James Almer
Signed-off-by: James Almer --- libavformat/movenc.c | 61 1 file changed, 61 insertions(+) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index f907f67752..2aec9a8d17 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -916,6 +91