summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-22 00:27:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-22 00:29:01 +0100
commit0346783c9886f7d86a12ad9ed20d768a308f5da2 (patch)
treede1f9ce60841151188ba209fa2495301bad3749c /libavcodec/h264.h
parent141b9d5c3b4d3dd4e9034ea73ed73f25cc0340e7 (diff)
downloadffmpeg-streaming-0346783c9886f7d86a12ad9ed20d768a308f5da2.zip
ffmpeg-streaming-0346783c9886f7d86a12ad9ed20d768a308f5da2.tar.gz
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 949b7cb..868d285 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
* / / /
OpenPOWER on IntegriCloud