From e01fba5562133ac56a4f44c6f214a80ee33cb388 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Mon, 17 Sep 2012 16:16:16 +0200 Subject: movenc: Add an F4V muxer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit F4V is Adobe's mp4/iso media variant, with the most significant addition/change being supporting other flash codecs than just aac/h264. Signed-off-by: Martin Storsjö --- libavformat/movenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/movenc.h') diff --git a/libavformat/movenc.h b/libavformat/movenc.h index fefb20b249..1b669e8613 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -40,6 +40,7 @@ #define MODE_3G2 0x10 #define MODE_IPOD 0x20 #define MODE_ISM 0x40 +#define MODE_F4V 0x80 typedef struct MOVIentry { uint64_t pos; -- cgit v1.2.3