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
committerClément Bœsch <ubitux@gmail.com>2012-09-21 15:14:11 +0200
commit7bc70930ddc487712419e65ebca4d77868a20ffb (patch)
tree8b51f174111ae0cf1f725d0b953987c9dea76d4a /libavformat/movenc.h
parent406cdddbdd229cead581eb1c7b978a2c59453b24 (diff)
lavf/movenc: add F4V flavor.
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 72427d8cfd..b4b3f1c6ac 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -39,6 +39,7 @@
#define MODE_3G2 0x10
#define MODE_IPOD 0x20
#define MODE_ISM 0x40
+#define MODE_F4V 0x80
typedef struct MOVIentry {
uint64_t pos;