diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-12 21:14:34 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-12 21:25:21 +0200 |
commit | dbf172e6f44d1736d27a84fa117dcd6b8460bd4b (patch) | |
tree | 673fee9ea042991f7ce1891389f3426efcf21c61 /libavcodec/mpegvideo.h | |
parent | 1189af429211ac650aac730368a6cf5b23756605 (diff) | |
parent | f1fa1eed2abdc8dfb0af318a43f5d293b81141bd (diff) | |
download | ffmpeg-dbf172e6f44d1736d27a84fa117dcd6b8460bd4b.tar.gz |
Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd'
* commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd':
mpegvideo: Expand macro
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 7a33824c71..13be43d047 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -596,14 +596,6 @@ typedef struct MpegEncContext { extern const AVOption ff_mpv_generic_options[]; -#define FF_MPV_GENERIC_CLASS(name) \ -static const AVClass name ## _class = {\ - .class_name = #name " encoder",\ - .item_name = av_default_item_name,\ - .option = ff_mpv_generic_options,\ - .version = LIBAVUTIL_VERSION_INT,\ -}; - /** * Set the given MpegEncContext to common defaults (same for encoding * and decoding). The changed fields will not depend upon the prior |