summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-10-03 09:52:39 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-10-03 09:52:39 +0200
commit5fa5e73e81f191be0c4761bb4c517fdd39aff82e (patch)
tree139e9170b7999ffe132e33a2a3b782d2d99c07f4 /libavcodec/snow.h
parent59b55619b6edef363532825c4cf16ac2bfdd21a1 (diff)
parent1aa24df74c052a73175c43e57d35b4835e537ec8 (diff)
Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'
* commit '1aa24df74c052a73175c43e57d35b4835e537ec8': lavu: Deprecate AVFrame.error[] Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index a794da66b5..f2587fd6ef 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -185,6 +185,7 @@ typedef struct SnowContext{
AVMotionVector *avmv;
int avmv_index;
+ uint64_t encoding_error[AV_NUM_DATA_POINTERS];
}SnowContext;
/* Tables */