diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2015-07-10 21:15:35 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-11 14:46:19 +0200 |
commit | 733c5d889b9887babbae85a5435e8f0d39473c51 (patch) | |
tree | 687d38943f79b82312f53d756e4f0078023187a5 /libavformat/yuv4mpeg.h | |
parent | c381af77c5a9581750b2534a95a1249c8f8953d3 (diff) | |
download | ffmpeg-733c5d889b9887babbae85a5435e8f0d39473c51.tar.gz |
yuv4mpeg: add rough duration estimate and seeking.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/yuv4mpeg.h')
-rw-r--r-- | libavformat/yuv4mpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/yuv4mpeg.h b/libavformat/yuv4mpeg.h index 750f498407..eba7337fe6 100644 --- a/libavformat/yuv4mpeg.h +++ b/libavformat/yuv4mpeg.h @@ -23,5 +23,6 @@ #define Y4M_MAGIC "YUV4MPEG2" #define Y4M_FRAME_MAGIC "FRAME" +#define Y4M_FRAME_MAGIC_LEN 6 #endif /* AVFORMAT_YUV4MPEG_H */ |