summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-20 03:30:36 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-20 03:30:36 +0200
commitd9b0b54a5f8bcd7f8fb01d6d008d3798a20dc43b (patch)
treeb52d6633a37428ba478f4a3a98f1f9c2d194de53 /libavcodec/ffv1.h
parent68b63a3432016756a4a47396a8c522ad0c217e29 (diff)
downloadffmpeg-streaming-d9b0b54a5f8bcd7f8fb01d6d008d3798a20dc43b.zip
ffmpeg-streaming-d9b0b54a5f8bcd7f8fb01d6d008d3798a20dc43b.tar.gz
ffv1: rename minor to micro version
the version is 1.3.4 which makes 4 micro and not minor Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index 914eb10..9221cc1 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -83,7 +83,7 @@ typedef struct FFV1Context {
uint64_t rc_stat[256][2];
uint64_t (*rc_stat2[MAX_QUANT_TABLES])[32][2];
int version;
- int minor_version;
+ int micro_version;
int width, height;
int chroma_planes;
int chroma_h_shift, chroma_v_shift;
OpenPOWER on IntegriCloud