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>2015-03-22 02:27:32 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-03-22 02:29:01 +0300
commit0346783c9886f7d86a12ad9ed20d768a308f5da2 (patch)
treede1f9ce60841151188ba209fa2495301bad3749c /libavcodec/h264.h
parent141b9d5c3b4d3dd4e9034ea73ed73f25cc0340e7 (diff)
avcodec/h264.h: Drop unused macro
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 949b7cb250..868d28512a 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -926,13 +926,6 @@ void ff_h264_reset_sei(H264Context *h);
*/
const char* ff_h264_sei_stereo_mode(H264Context *h);
-#define COPY_PICTURE(dst, src) \
-do {\
- *(dst) = *(src);\
- (dst)->f.extended_data = (dst)->f.data;\
- (dst)->tf.f = &(dst)->f;\
-} while (0)
-
/*
* o-o o-o
* / / /