diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-09-17 16:16:16 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-21 15:14:11 +0200 |
commit | 7bc70930ddc487712419e65ebca4d77868a20ffb (patch) | |
tree | 8b51f174111ae0cf1f725d0b953987c9dea76d4a /libavformat/movenc.h | |
parent | 406cdddbdd229cead581eb1c7b978a2c59453b24 (diff) | |
download | ffmpeg-7bc70930ddc487712419e65ebca4d77868a20ffb.tar.gz |
lavf/movenc: add F4V flavor.
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 1 |
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; |