]> git.sesse.net Git - ffmpeg/commit
avformat/movenc: forbid muxing AV1 streams until the spec is finished
authorJames Almer <jamrial@gmail.com>
Mon, 16 Apr 2018 00:33:44 +0000 (21:33 -0300)
committerJames Almer <jamrial@gmail.com>
Mon, 16 Apr 2018 13:20:46 +0000 (10:20 -0300)
commit62bdbb5ce0c54b9f73c9b2580467ab1e6d76b70b
tree4d533d37076d5dea7185c301047493d7396ad404
parentc04609eefce0183d460430f5014f7f8948170770
avformat/movenc: forbid muxing AV1 streams until the spec is finished

This prevents creating potentially broken files, as both the AV1 and
the AV1 in ISOMBFF specs are unfinished.

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/movenc.c