FFSWAP             69 extra_lib/include/ffmpeg_android/libavutil/common.h #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
FFSWAP             69 extra_lib/include/libavutil/common.h #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)