avcodec/h264.h: Drop unused macro

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-03-22 00:27:32 +01:00
parent 141b9d5c3b
commit 0346783c98
1 changed files with 0 additions and 7 deletions

View File

@ -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
* / / /