Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-26 21:22:49 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-26 21:22:49 +0400
commit54e2e9fbc15e7c652576d12b01512dbe9010cdf8 (patch)
tree982e6f4ff11aa7c17f26c605c4e7830ec9063c39 /libavutil/frame.h
parent289b149cecb381522cc9ccdf382825330169c655 (diff)
avutil/frame: undeprecate AVFrame.motion_val API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index e68a96a39d..ccc86d72c5 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -283,7 +283,6 @@ typedef struct AVFrame {
* motion_val[direction][x + y*mv_stride][0->mv_x, 1->mv_y];
* @endcode
*/
- attribute_deprecated
int16_t (*motion_val[2])[2];
/**
@@ -380,7 +379,6 @@ typedef struct AVFrame {
* log2 of the size of the block which a single vector in motion_val represents:
* (4->16x16, 3->8x8, 2-> 4x4, 1-> 2x2)
*/
- attribute_deprecated
uint8_t motion_subsample_log2;
#endif