[FFmpeg-cvslog] avcodec/h264.h: Drop unused macro
Michael Niedermayer
git at videolan.org
Sun Mar 22 00:38:11 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Mar 22 00:27:32 2015 +0100| [0346783c9886f7d86a12ad9ed20d768a308f5da2] | committer: Michael Niedermayer
avcodec/h264.h: Drop unused macro
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0346783c9886f7d86a12ad9ed20d768a308f5da2
---
libavcodec/h264.h | 7 -------
1 file changed, 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
* / / /
More information about the ffmpeg-cvslog
mailing list