summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-09-17 16:16:16 +0200
committerMartin Storsjö <martin@martin.st>2013-10-23 11:17:03 +0300
commite01fba5562133ac56a4f44c6f214a80ee33cb388 (patch)
treefced967deec0ecfc967424c9a0110826118fd86a /libavformat/movenc.h
parentb3be41ca82529d60f90107d4e0d5b59daab00920 (diff)
movenc: Add an F4V muxer
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ö <martin@martin.st>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 1 insertions, 0 deletions
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;