diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-13 13:35:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-15 20:17:23 +0200 |
commit | 1b54e6b12bcf3090266ea632e52e8f8fe946397b (patch) | |
tree | 0ee53af61d5048ea670979d7e0d6caf17cd11eb8 /libavformat/isom.h | |
parent | 8091fe3071db996110c2732f2446701a6d7544bc (diff) | |
download | ffmpeg-1b54e6b12bcf3090266ea632e52e8f8fe946397b.tar.gz |
avformat/mov: auodetect "use_mfra_for"
Reviewed-by: Mika Raento <mikie@iki.fi>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 343cdd3717..52da1a3217 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -254,6 +254,7 @@ enum AVCodecID ff_mov_get_lpcm_codec_id(int bps, int flags); int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries); void ff_mov_write_chan(AVIOContext *pb, int64_t channel_layout); +#define FF_MOV_FLAG_MFRA_AUTO -1 #define FF_MOV_FLAG_MFRA_DTS 1 #define FF_MOV_FLAG_MFRA_PTS 2 |