Re: [FFmpeg-devel] [PATCH v2] Encapsulation macro to get width and height of macroblock

2020-03-16 Thread Carl Eugen Hoyos
Am Mo., 16. März 2020 um 17:21 Uhr schrieb numberwolf : > > modify: using the IS_* macros > most of mb's checked oper are defined in mpegutils' marcos, so mb's checked > oper about width/height should be put it together with others > > Signed-off-by: numberwolf > --- > libavcodec/mpegutils.h | 4

[FFmpeg-devel] [PATCH v2] Encapsulation macro to get width and height of macroblock

2020-03-16 Thread numberwolf
modify: using the IS_* macros most of mb's checked oper are defined in mpegutils' marcos, so mb's checked oper about width/height should be put it together with others Signed-off-by: numberwolf --- libavcodec/mpegutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/li